rnd-20100315-3-src
[rocksndiamonds.git] / src / game_sp / vb_lib.c
index c2a9fceea2bd0ce0c68f109ec1abc6d18b26e622..f9372a1ae10774b7e664f78cb32d7fa686f75587 100644 (file)
@@ -197,7 +197,7 @@ int FileLen(char *a)
   }
 }
 
-long GetTickCount()
+long MyGetTickCount()
 {
   return random_linux_libc(RANDOM_SIMPLE);
 }
@@ -207,17 +207,16 @@ int GetAttr(char *a)
   return 0;
 }
 
-void DoEvents()
-{
-  return;
-}
-
 void SaveSetting(const char * a, const char *b, char *c, int d)
 {
   return;
 }
 
+#if 0
+
 long GetTempPath(long a, char *b)
 {
   return 0;
 }
+
+#endif