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