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
+17
View File
@@ -0,0 +1,17 @@
#ifndef LIGHTRAYMANAGER_H
#define LIGHTRAYMANAGER_H
#include "manager.h"
typedef struct {
Manager base;
u8 unk_20;
u8 unk_21;
u8 unk_22;
u8 unk_23;
u8 unk_24;
u8 unk_25[15];
void* unk_34;
} LightRayManager;
#endif // LIGHTRAYMANAGER_H