mirror of
https://github.com/zeldaret/tmc
synced 2026-08-08 18:43:52 -04:00
Rename managers
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef CLOUDOVERLAYMANAGER_H
|
||||
#define CLOUDOVERLAYMANAGER_H
|
||||
|
||||
#include "manager.h"
|
||||
|
||||
typedef struct {
|
||||
Manager base;
|
||||
u16 field_0x20;
|
||||
} CloudOverlayManager;
|
||||
|
||||
#endif // CLOUDOVERLAYMANAGER_H
|
||||
Reference in New Issue
Block a user