mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 00:17:11 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#ifndef __CARCMSGPARMNULL_HPP__
|
||||
#define __CARCMSGPARMNULL_HPP__
|
||||
#ifndef _CARCHMSGPARMNULL
|
||||
#define _CARCHMSGPARMNULL
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "MetroidPrime/CArchitectureMessage.hpp"
|
||||
|
||||
@@ -9,4 +11,4 @@ public:
|
||||
~CArchMsgParmNull();
|
||||
};
|
||||
|
||||
#endif // __CARCMSGPARMNULL_HPP__
|
||||
#endif // _CARCHMSGPARMNULL
|
||||
|
||||
Reference in New Issue
Block a user