Fix *_H_ defines

_NAME_H -> NAME_H_
Remove comments from sdk.h
Add credits for cl_clientfuncs_s
This commit is contained in:
8dcc
2023-07-22 16:27:40 +02:00
parent 195f9831af
commit 25a9a474cf
7 changed files with 26 additions and 32 deletions

View File

@@ -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_ */