]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hook.qh
Fix compile
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hook.qh
index e513ed6afa4451ee0271a1bc33d15716b869edfc..36624255f94e5ad16458c58b9b78cd43f2a2a8f4 100644 (file)
@@ -1,8 +1,6 @@
-#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);
-
 #endif