mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 23:37:01 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#ifndef _CDAMAGEINFO_HPP
|
||||
#define _CDAMAGEINFO_HPP
|
||||
#ifndef _CDAMAGEINFO
|
||||
#define _CDAMAGEINFO
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "MetroidPrime/TGameTypes.hpp"
|
||||
#include "MetroidPrime/Weapons/WeaponTypes.hpp"
|
||||
@@ -64,4 +66,4 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _CDAMAGEINFO
|
||||
|
||||
Reference in New Issue
Block a user