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