mirror of
https://github.com/zeldaret/tmc
synced 2026-08-18 05:38:50 -04:00
Rename managers
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef MISCMANAGER_H
|
||||
#define MISCMANAGER_H
|
||||
|
||||
#include "manager.h"
|
||||
|
||||
typedef struct {
|
||||
Manager base;
|
||||
u8 unk_20[0x18];
|
||||
s16 unk_38;
|
||||
s16 unk_3a;
|
||||
u16 unk_3c;
|
||||
u16 unk_3e;
|
||||
} MiscManager;
|
||||
|
||||
#endif // MISCMANAGER_H
|
||||
Reference in New Issue
Block a user