#ifndef HOOK_H #define 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