mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 15:25:26 -04:00
13 lines
255 B
C
13 lines
255 B
C
#ifndef MINISHRAFTERSBACKGROUNDMANAGER_H
|
|
#define MINISHRAFTERSBACKGROUNDMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u8 unk_00[0x1C];
|
|
u32 unk_3c;
|
|
} MinishRaftersBackgroundManager;
|
|
|
|
#endif // MINISHRAFTERSBACKGROUNDMANAGER_H
|