mirror of https://github.com/zeldaret/tmc.git
14 lines
307 B
C
14 lines
307 B
C
#ifndef VERTICALMINISHPATHBACKGROUNDMANAGER_H
|
|
#define VERTICALMINISHPATHBACKGROUNDMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u32 field_0x20[0x6];
|
|
void* field_0x38;
|
|
void* field_0x3c;
|
|
} VerticalMinishPathBackgroundManager;
|
|
|
|
#endif // VERTICALMINISHPATHBACKGROUNDMANAGER_H
|