Merge remote-tracking branch 'upstream/master' into interaction-stuff

This commit is contained in:
Catobat
2023-05-06 12:32:38 +02:00
18 changed files with 566 additions and 799 deletions
+4
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