removed unneeded 'extern' keyword for function declarations in header files
[rocksndiamonds.git] / src / game_sp / vb_lib.h
index cf8e3462a6510fb72a992b7ce184e3e4478752b2..06405d4c0a398b4650ea28e609c4b780985a1efc 100644 (file)
 
 /* helper functions for constructs not supported by C */
 
-#if 0
-extern void *REDIM_1D(int, int, int);
-#endif
-
-extern long MyGetTickCount();
+int MyGetTickCount(void);
 
 #endif /* VB_LIB_H */