]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - world.h
Initialize console commands and cvars before anything else
[xonotic/darkplaces.git] / world.h
diff --git a/world.h b/world.h
index e43ebd142c6ffc99f7fcfa01a5badb0baa86966d..54d5447778e51b0a5918e9025bf4edae70b98ee5 100644 (file)
--- a/world.h
+++ b/world.h
@@ -96,6 +96,7 @@ void World_ClearLink(link_t *l);
 void World_RemoveLink(link_t *l);
 void World_InsertLinkBefore(link_t *l, link_t *before, int entitynumber);
 
+void World_Init_Commands(void);
 void World_Init(void);
 void World_Shutdown(void);