mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
14 lines
267 B
C
14 lines
267 B
C
#ifndef FLAGANDOPERATORMANAGER_H
|
|
#define FLAGANDOPERATORMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct FlagAndOperatorManager {
|
|
Manager base;
|
|
u8 unk_20[0x1C];
|
|
u16 setFlag;
|
|
u16 checkFlags;
|
|
} FlagAndOperatorManager;
|
|
|
|
#endif // FLAGANDOPERATORMANAGER_H
|