]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
Rename COM_CheckParm to Sys_CheckParm and move it to sys_shared.c
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index ee3b777360380cd5376d7e2382fcecce210ea607..1dd5ae76e4c7e56810dc1fb07ae5b8dcb3a62f85 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -67,6 +67,8 @@ qboolean Sys_LoadLibrary (const char** dllnames, dllhandle_t* handle, const dllf
 void Sys_UnloadLibrary (dllhandle_t* handle);
 void* Sys_GetProcAddress (dllhandle_t handle, const char* name);
 
+int Sys_CheckParm (const char *parm);
+
 /// called early in Host_Init
 void Sys_InitConsole (void);
 /// called after command system is initialized but before first Con_Print