aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/window.h
diff options
context:
space:
mode:
authorStrangerke2012-06-17 19:39:58 +0200
committerStrangerke2012-06-17 19:39:58 +0200
commita46b06a587cc0b5e5767b55ba0d56264a8078f0c (patch)
tree3b563375a88503de21660d0f123e8e5df895d4a3 /engines/tony/window.h
parent31c0210f22bb4cc839abb9fa59539fd97d3a74f6 (diff)
downloadscummvm-rg350-a46b06a587cc0b5e5767b55ba0d56264a8078f0c.tar.gz
scummvm-rg350-a46b06a587cc0b5e5767b55ba0d56264a8078f0c.tar.bz2
scummvm-rg350-a46b06a587cc0b5e5767b55ba0d56264a8078f0c.zip
TONY: Move functions comment to doxygen format
Diffstat (limited to 'engines/tony/window.h')
-rw-r--r--engines/tony/window.h24
1 files changed, 18 insertions, 6 deletions
diff --git a/engines/tony/window.h b/engines/tony/window.h
index 34f0c1cb51..876bbf6973 100644
--- a/engines/tony/window.h
+++ b/engines/tony/window.h
@@ -44,7 +44,9 @@ private:
// Buffer used to convert to RGB
static byte rgb[RM_SX *RM_SY * 3];
public:
- // Take a screenshot
+ /**
+ * Take a screenshot
+ */
void grabScreenshot(byte *lpBuf, int dezoom = 1, uint16 *lpDestBuf = NULL);
};
@@ -78,21 +80,31 @@ public:
RMWindow();
~RMWindow();
- // Initialisation
+ /**
+ * Initialization
+ */
void init(/*HINSTANCE hInst*/);
void initDirectDraw(void);
void close(void);
- // Drawing
+ /**
+ * Drawing
+ */
void repaint(void);
- // Switch between windowed and fullscreen
+ /**
+ * Switch between windowed and fullscreen
+ */
void switchFullscreen(bool bFull) {}
- // Reads the next frame
+ /**
+ * Reads the next frame
+ */
void getNewFrame(byte *lpBuf, Common::Rect *rcBoundEllipse);
- // Request a thumbnail be grabbed during the next frame
+ /**
+ * Request a thumbnail be grabbed during the next frame
+ */
void grabThumbnail(uint16 *buf);
int getFps() const {