mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 15:47:41 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CMATERIALFILTER_HPP
|
||||
#define _CMATERIALFILTER_HPP
|
||||
#ifndef _CMATERIALFILTER
|
||||
#define _CMATERIALFILTER
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
class CMaterialFilter {
|
||||
static const CMaterialFilter skPassEverything;
|
||||
|
||||
public:
|
||||
enum EFilterType {
|
||||
kFT_Always,
|
||||
@@ -39,4 +40,4 @@ private:
|
||||
};
|
||||
CHECK_SIZEOF(CMaterialFilter, 0x18)
|
||||
|
||||
#endif
|
||||
#endif // _CMATERIALFILTER
|
||||
|
||||
Reference in New Issue
Block a user