]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hook.qh
Net: register all types
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hook.qh
index e513ed6afa4451ee0271a1bc33d15716b869edfc..29fd983043773a5f433ca1b0fe975ee5ec5aeaf3 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef HOOK_H
-#define HOOK_H
+#ifndef CLIENT_HOOK_H
+#define CLIENT_HOOK_H
 
 void Draw_CylindricLine(vector from, vector to, float thickness, string texture, float aspect, float shift, vector rgb, float theAlpha, float drawflag, vector vieworg);
 
-void Ent_ReadHook(float bIsNew, float type);
+void Ent_ReadHook(float bIsNew, entity type);
 
 #endif