X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fhook.qh;h=9e6ee548cfab5ae0a97a169b213c9596d497ff85;hp=8401dce049a43cd1c90accf3c6e3c30471da7946;hb=c51698509e174e343dff48128a1dcfff1527c535;hpb=263c592e468eeeffb2755d204b21eb13e398adac diff --git a/qcsrc/client/hook.qh b/qcsrc/client/hook.qh index 8401dce04..9e6ee548c 100644 --- a/qcsrc/client/hook.qh +++ b/qcsrc/client/hook.qh @@ -1,8 +1,7 @@ -#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 Hook_Precache(); void Ent_ReadHook(float bIsNew, float type);