mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 21:07:41 +00:00
Standardize include guards, clang-format headers
Former-commit-id: 261ee48bba
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
#ifndef __CDECALDESCRIPTION_HPP__
|
||||
#define __CDECALDESCRIPTION_HPP__
|
||||
|
||||
#ifndef _CDECALDESCRIPTION
|
||||
#define _CDECALDESCRIPTION
|
||||
|
||||
class CDecalDescription {
|
||||
public:
|
||||
struct SQuadDescr {
|
||||
};
|
||||
struct SQuadDescr {};
|
||||
|
||||
private:
|
||||
};
|
||||
|
||||
#endif //__CDECALDESCRIPTION_HPP__
|
||||
#endif // _CDECALDESCRIPTION
|
||||
|
||||
Reference in New Issue
Block a user