]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/g_hook.qh
Weapons: fix impulses
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / g_hook.qh
index 2904c3230010db8ec0cde840d63cc9595e2b66e5..26189143cf2aa4680c07350e77ec31d7b6280d15 100644 (file)
@@ -1,6 +1,10 @@
+#ifndef HOOK_H
+#define HOOK_H
+
 // Wazat's grappling hook
 .entity                hook;
 void GrapplingHookFrame();
+void _GrapplingHookFrame();
 void RemoveGrapplingHook(entity pl);
 void SetGrappleHookBindings();
 // (note: you can change the hook impulse #'s to whatever you please)
@@ -15,3 +19,4 @@ const float HOOK_WAITING_FOR_RELEASE = 16;
 
 void GrappleHookInit();
 vector hook_shotorigin[4];
+#endif