mirror of
https://github.com/zeldaret/tmc
synced 2026-07-08 14:36:41 -04:00
Rename managers
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#ifndef LIGHTLEVELSETMANAGER_H
|
||||
#define LIGHTLEVELSETMANAGER_H
|
||||
|
||||
#include "manager.h"
|
||||
|
||||
typedef struct {
|
||||
Manager base;
|
||||
u16 field_0x20;
|
||||
u16 field_0x22;
|
||||
u8 field_0x24[0x12];
|
||||
u8 field_0x36;
|
||||
u8 field_0x37;
|
||||
u16 field_0x38;
|
||||
u16 field_0x3a;
|
||||
u16 field_0x3c;
|
||||
u16 field_0x3e;
|
||||
} LightLevelSetManager;
|
||||
|
||||
#endif // LIGHTLEVELSETMANAGER_H
|
||||
Reference in New Issue
Block a user