mirror of
https://github.com/zeldaret/tmc
synced 2026-08-10 03:06:02 -04:00
Rename managers
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user