Improvements to block.c

This commit is contained in:
darxoon 2024-02-12 00:37:27 +01:00
parent 97d2c156c3
commit 4e6643c7fe
2 changed files with 156 additions and 158 deletions

View file

@ -1,6 +1,8 @@
#ifndef _GAME_FLAG_H
#define _GAME_FLAG_H
#include "dolphin/types.h"
#define FLAG_ID_MAKE(group, index) (((group) << 16)|(index))
s32 _CheckFlag(u32 flag);