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