]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/weapons/spawning.qh
Merge branch 'terencehill/quickmenu_file_example' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / spawning.qh
1 #ifndef SPAWNING_H
2 #define SPAWNING_H
3
4 string W_Apply_Weaponreplace(string in);
5
6 void weapon_defaultspawnfunc(entity this, Weapon e);
7 #endif