Rename managers

This commit is contained in:
octorock
2022-05-01 11:43:19 +02:00
parent 3afbd0e901
commit 60e33b636d
231 changed files with 4964 additions and 4235 deletions
+18
View File
@@ -0,0 +1,18 @@
#ifndef CAMERATARGETMANAGER_H
#define CAMERATARGETMANAGER_H
#include "manager.h"
typedef struct {
Manager base;
u8 field_0x20[0x15];
u8 field_0x35;
u8 field_0x36;
u8 field_0x37;
s16 field_0x38;
s16 field_0x3a;
u16 field_0x3c;
u16 field_0x3e;
} CameraTargetManager;
#endif // CAMERATARGETMANAGER_H