Standardize include guards, clang-format headers

Former-commit-id: 261ee48bba
This commit is contained in:
2022-10-09 01:13:17 -04:00
parent 68d30b954d
commit 7f83e1fa03
341 changed files with 1373 additions and 1256 deletions

View File

@@ -1,13 +1,16 @@
#ifndef _CPLAYERSTATE_HPP
#define _CPLAYERSTATE_HPP
#ifndef _CPLAYERSTATE
#define _CPLAYERSTATE
#include "types.h"
#include "Kyoto/IObjectStore.hpp"
#include "MetroidPrime/CHealthInfo.hpp"
#include "MetroidPrime/Player/CStaticInterference.hpp"
#include "Kyoto/IObjectStore.hpp"
#include "rstl/pair.hpp"
#include "rstl/reserved_vector.hpp"
#include "rstl/vector.hpp"
#include "types.h"
class CStateManager;
@@ -152,7 +155,6 @@ public:
const CHealthInfo& GetHealthInfo() const { return xc_health; }
private:
struct CPowerUp {
int x0_amount;
@@ -193,4 +195,4 @@ private:
CStaticInterference x188_staticIntf;
};
#endif
#endif // _CPLAYERSTATE