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