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