Fix *_H_ defines
_NAME_H -> NAME_H_ Remove comments from sdk.h Add credits for cl_clientfuncs_s
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#ifndef _GLOBALS_H
|
||||
#define _GLOBALS_H
|
||||
|
||||
#ifndef GLOBALS_H_
|
||||
#define GLOBALS_H_
|
||||
|
||||
#include "sdk.h"
|
||||
|
||||
@@ -37,4 +38,4 @@ bool globals_init(void);
|
||||
void globals_store(void);
|
||||
void globals_restore(void);
|
||||
|
||||
#endif /* _GLOBALS_H */
|
||||
#endif /* GLOBALS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user