projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into martin-t/mg-solidpen
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
server
/
weapons
/
spawning.qh
1
#pragma once
2
3
#include <server/defs.qh>
4
#include <server/miscfunctions.qh>
5
6
string W_Apply_Weaponreplace(string in);
7
8
void weapon_defaultspawnfunc(entity this, Weapon e);