rnd-20111007-1-src
[rocksndiamonds.git] / src / game_sp / vb_lib.c
index f48ca3898f9f96ce7776677e3233e3b5658be3f3..bdbe7691ce129799619bf0d8987e8cbd14cb3bf6 100644 (file)
@@ -9,6 +9,7 @@
 
 /* helper functions for constructs not supported by C */
 
+#if 0
 void *REDIM_1D(int data_size, int first_data_pos, int last_data_pos)
 {
   /* for a buffer of n elements, first_data_pos is 0 and last_data_pos is n-1 */
@@ -20,8 +21,9 @@ void *REDIM_1D(int data_size, int first_data_pos, int last_data_pos)
 
   return (checked_calloc(buffer_size) - buffer_start);
 }
+#endif
 
-long MyGetTickCount()
+int MyGetTickCount()
 {
   return random_linux_libc(RANDOM_SIMPLE);
 }