]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys.h
fix portal lighting in a single cluster map (box map)
[xonotic/darkplaces.git] / sys.h
diff --git a/sys.h b/sys.h
index 4a992f6df0c5876829bae7ab4fa3d933f9fc6e01..afaf8ecc4adab8f4af1b74b73413bc7aef819927 100644 (file)
--- a/sys.h
+++ b/sys.h
@@ -49,10 +49,11 @@ 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);
 
-// called after Com_InitArgv
-void Sys_Shared_EarlyInit (void);
-// called after Host_init
-void Sys_Shared_LateInit (void);
+// called early in Host_Init
+void Sys_InitConsole (void);
+// called after command system is initialized but before first Con_Print
+void Sys_Init_Commands (void);
+
 
 // returns current timestamp
 char *Sys_TimeString(const char *timeformat);