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