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