Disabling clang format for flags.h

This commit is contained in:
Tal Hayon 2023-04-22 08:58:22 +03:00
parent 9e8c1921d0
commit 77732aac23
1 changed files with 4 additions and 0 deletions

View File

@ -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