changed comments from old to new style (one-line comments only)
[rocksndiamonds.git] / src / game_sp / vb_lib.h
index e3325749b63e42cbcacb30f77ff4eb8acbf50378..082da1e3c5d9e49357333d49da215bd06c1347cf 100644 (file)
@@ -9,9 +9,8 @@
 #define Sqr(x) sqrt(x)
 
 
-/* helper functions for constructs not supported by C */
-extern void *REDIM_1D(int, int, int);
+// helper functions for constructs not supported by C
 
-extern long MyGetTickCount();
+int MyGetTickCount(void);
 
-#endif /* VB_LIB_H */
+#endif // VB_LIB_H