mirror of
https://github.com/zeldaret/tmc
synced 2026-09-01 01:51:47 -04:00
Rename managers
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user