rnd-20100210-1-src
[rocksndiamonds.git] / src / game_sp / vb_lib.h
index d68de81d0e674bd61d37690c1fe77a140851c49b..1c2c2ba7f41939ff10248d68f04ae84c221e7cdb 100644 (file)
@@ -25,7 +25,7 @@ extern char *INT_TO_STR(int);
 
 extern boolean STRING_IS_LIKE(char *, char *);
 
-extern int FILE_GET(FILE *, int, void *, int);
+extern void FILE_GET(FILE *, int, void *, int);
 extern int FILE_PUT(FILE *, int, void *, int);
 
 /* this is just a workaround -- handle array definitions later */
@@ -50,7 +50,7 @@ extern char *Hex(int);
 
 extern int FileLen(char *);
 
-extern long GetTickCount();
+extern long MyGetTickCount();
 
 extern int GetAttr(char *);
 
@@ -58,6 +58,8 @@ extern void DoEvents();
 
 extern void SaveSetting(const char *, const char *, char *, int);
 
+#if 0
 extern long GetTempPath(long, char *);
+#endif
 
 #endif /* VB_LIB_H */