fixed compiler warnings (after adding "-Wstrict-prototypes")
[rocksndiamonds.git] / src / game_sp / vb_lib.h
index 5c4852ce954cfd4f247a58fd5746af8d366fc5e8..12753d5902eeca4813861765352b7f7e27275537 100644 (file)
@@ -11,6 +11,6 @@
 
 /* helper functions for constructs not supported by C */
 
-extern int MyGetTickCount();
+extern int MyGetTickCount(void);
 
 #endif /* VB_LIB_H */