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