DEADSOFTWARE

implement optional opengl render
[flatwaifu.git] / src / files.h
index e2d94f0d2183fad644a0310c67b532dd71309f55..fbeaa29b6fdba8f53222f13493db4f0326e06c55 100644 (file)
@@ -56,10 +56,10 @@ void F_addwad (char *fn);
 void F_initwads (void);
 void F_allocres (void);
 void F_loadres (int r, void *p, dword o, dword l);
-int F_findres (char *n);
-int F_getresid (char *n);
-void F_getresname (char *n, int r);
-int F_getsprid (char n[4], int s, int d);
+int F_findres (const char n[8]);
+int F_getresid (const char n[8]);
+void F_getresname (char n[8], int r);
+int F_getsprid (const char n[4], int s, int d);
 int F_getreslen (int r);
 void F_nextmus (char *s);
 void F_randmus (char *s);