]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - misc/source/darkplaces-src/fs.h
Update the engine
[voretournament/voretournament.git] / misc / source / darkplaces-src / fs.h
index 7ffba78eab5c028eaa756bec7be349dcdeb4fdcd..cd1979a2939bb424550931e285cc1d1c8ed69200 100644 (file)
@@ -136,4 +136,9 @@ unsigned char *FS_Inflate(const unsigned char *data, size_t size, size_t *inflat
 
 qboolean FS_HasZlib(void);
 
+void FS_Init_SelfPack(void);
+void FS_Init(void);
+void FS_Shutdown(void);
+void FS_Init_Commands(void);
+
 #endif