src/screenshot.h
changeset 6573 7624f942237f
parent 5726 8f399788f6c9
child 6574 e1d1a12faaf7
--- a/src/screenshot.h	Tue Mar 06 23:42:30 2007 +0000
+++ b/src/screenshot.h	Wed Mar 07 11:47:46 2007 +0000
@@ -3,7 +3,7 @@
 #ifndef SCREENSHOT_H
 #define SCREENSHOT_H
 
-void InitializeScreenshotFormats(void);
+void InitializeScreenshotFormats();
 
 const char *GetScreenshotFormatDesc(int i);
 void SetScreenshotFormat(int i);
@@ -14,9 +14,9 @@
 	SC_WORLD
 } ScreenshotType;
 
-bool MakeScreenshot(void);
+bool MakeScreenshot();
 void SetScreenshotType(ScreenshotType t);
-bool IsScreenshotRequested(void);
+bool IsScreenshotRequested();
 
 extern char _screenshot_format_name[8];
 extern uint _num_screenshot_formats;