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