]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/weapons/all.qh
Add a function to control weapon sound paths with hooks
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / weapons / all.qh
index 3773765aa964bdbeacdecf905ca24fced928cf45..91ca10557a2cfd5ec7e5fbf91acddad278ba500a 100644 (file)
@@ -90,6 +90,11 @@ string GetAmmoPicture(.int ammotype);
 int GetAmmoStat(.int ammotype);
 #endif
 
+#ifdef SVQC
+string W_Sound(string w_snd);
+string W_Model(string w_mdl);
+#endif
+
 // ammo types
 .int ammo_shells;
 .int ammo_nails;