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