fileio.h
changeset 1198 010e5986ed74
parent 1093 e8d26c7dc42f
child 2186 461a2aff3486
--- a/fileio.h	Thu Jan 27 21:18:03 2005 +0000
+++ b/fileio.h	Fri Jan 28 08:56:43 2005 +0000
@@ -11,5 +11,6 @@
 void FioOpenFile(int slot, const char *filename);
 void FioReadBlock(void *ptr, uint size);
 void FioSkipBytes(int n);
+bool FiosCheckFileExists(const char *filename);
 
 #endif /* FILEIO_H */