Improvements to block.c
This commit is contained in:
parent
97d2c156c3
commit
4e6643c7fe
2 changed files with 156 additions and 158 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue