X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fg_hook.qh;h=aa641a56bc84bc927299e4715f2c456fbd05e205;hb=4dd3c23aa51dd6fe855d8c5d97126a12a372eb3b;hp=2904c3230010db8ec0cde840d63cc9595e2b66e5;hpb=e2ddf7d153328e3f2398d62d07c9e72badd89374;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/g_hook.qh b/qcsrc/server/g_hook.qh index 2904c3230..aa641a56b 100644 --- a/qcsrc/server/g_hook.qh +++ b/qcsrc/server/g_hook.qh @@ -1,3 +1,6 @@ +#ifndef HOOK_H +#define HOOK_H + // Wazat's grappling hook .entity hook; void GrapplingHookFrame(); @@ -15,3 +18,4 @@ const float HOOK_WAITING_FOR_RELEASE = 16; void GrappleHookInit(); vector hook_shotorigin[4]; +#endif