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 _CVARS_H
|
||||
#define _CVARS_H
|
||||
#ifndef CVARS_H_
|
||||
#define CVARS_H_
|
||||
|
||||
#include "sdk.h"
|
||||
#include "globals.h"
|
||||
@@ -36,4 +36,4 @@ DECL_CVAR_EXTERN(esp);
|
||||
|
||||
bool cvars_init(void);
|
||||
|
||||
#endif /* _CVARS_H */
|
||||
#endif /* CVARS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user