]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/config.qh
Player_Footsteps: move to physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / config.qh
index 410dbdfadeb8b1f7fe79e4eeacf63bdf1a7e14d0..b232bbcda358bf977b87e21cc75ee8e8a1b0bdc0 100644 (file)
@@ -1,11 +1,12 @@
 #ifndef WEAPONS_CONFIG_H
 #define WEAPONS_CONFIG_H
 
+#ifdef SVQC
 // ==========================
 //  Balance Config Generator
 // ==========================
 
-void Dump_Weapon_Settings(void);
+void Dump_Weapon_Settings();
 int wep_config_file;
 bool wep_config_alsoprint;
 
@@ -47,3 +48,4 @@ string wep_config_queue[MAX_WEP_CONFIG];
 
 #define WEP_CONFIG_WRITE_PROPS(wepid,wepname,type,prop,name) WEP_CONFIG_WRITE_PROPS_##type(wepname,name)
 #endif
+#endif