mirror of https://github.com/zeldaret/tmc.git
Disabling clang format for flags.h
This commit is contained in:
parent
9e8c1921d0
commit
77732aac23
|
@ -3,6 +3,8 @@
|
|||
|
||||
#include "global.h"
|
||||
|
||||
// clang-format off
|
||||
|
||||
bool32 CheckFlags(u32);
|
||||
bool32 CheckGlobalFlag(u32);
|
||||
bool32 CheckGlobalFlags(u32, u32);
|
||||
|
@ -1762,4 +1764,6 @@ typedef enum {
|
|||
END_12,
|
||||
} LocalFlags12;
|
||||
|
||||
// clang-format on
|
||||
|
||||
#endif // FLAGS_H
|
||||
|
|
Loading…
Reference in New Issue