mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 18:23:59 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CSCRIPTPICKUP_HPP
|
||||
#define _CSCRIPTPICKUP_HPP
|
||||
#ifndef _CSCRIPTPICKUP
|
||||
#define _CSCRIPTPICKUP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -43,4 +43,4 @@ public:
|
||||
void SetSpawned();
|
||||
};
|
||||
|
||||
#endif // _CSCRIPTPICKUP_HPP
|
||||
#endif // _CSCRIPTPICKUP
|
||||
|
||||
Reference in New Issue
Block a user