mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 07:26:08 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _CARCHITECTUREQUEUE_HPP
|
||||
#define _CARCHITECTUREQUEUE_HPP
|
||||
#ifndef _CARCHITECTUREQUEUE
|
||||
#define _CARCHITECTUREQUEUE
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -18,4 +18,4 @@ private:
|
||||
rstl::list< CArchitectureMessage > x0_queue;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif // _CARCHITECTUREQUEUE
|
||||
|
||||
Reference in New Issue
Block a user