]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/g_violence.qh
Merge branch 'master' into terencehill/string_prefixes_cleanup
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_violence.qh
1 #ifndef G_VIOLENCE_H
2 #define G_VIOLENCE_H
3
4 float Violence_GibSplash_SendEntity(entity to, float sf);
5
6 // TODO maybe convert this to a TE?
7 void Violence_GibSplash_At(vector org, vector dir, float type, float amount, entity gibowner, entity attacker);
8
9 void Violence_GibSplash(entity source, float type, float amount, entity attacker);
10 #endif