]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hook.qh
Merge branch 'master' into terencehill/menu_listbox_changes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hook.qh
1 #ifndef HOOK_H
2 #define HOOK_H
3
4 void Draw_CylindricLine(vector from, vector to, float thickness, string texture, float aspect, float shift, vector rgb, float theAlpha, float drawflag, vector vieworg);
5 void Hook_Precache();
6
7 void Ent_ReadHook(float bIsNew, float type);
8
9 #endif