Fix *_H_ defines
_NAME_H -> NAME_H_ Remove comments from sdk.h Add credits for cl_clientfuncs_s
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
|  | ||||
| #ifndef _HOOKS_H | ||||
| #define _HOOKS_H | ||||
| #ifndef HOOKS_H_ | ||||
| #define HOOKS_H_ | ||||
|  | ||||
| /*----------------------------------------------------------------------------*/ | ||||
|  | ||||
| @@ -63,4 +63,4 @@ bool hooks_init(void); | ||||
| DECL_HOOK_EXTERN(void, CL_CreateMove, float, usercmd_t*, int); | ||||
| DECL_HOOK_EXTERN(int, HUD_Redraw, float, int); | ||||
|  | ||||
| #endif /* _HOOKS_H */ | ||||
| #endif /* HOOKS_H_ */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user