major cleanup of preprocessor hell
[rocksndiamonds.git] / src / game_sp / vb_lib.h
index e3325749b63e42cbcacb30f77ff4eb8acbf50378..5c4852ce954cfd4f247a58fd5746af8d366fc5e8 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();
 
 #endif /* VB_LIB_H */