mirror of https://github.com/zeldaret/tmc.git
15 lines
314 B
C
15 lines
314 B
C
#ifndef HORIZONTALMINISHPATHBACKGROUNDMANAGER_H
|
|
#define HORIZONTALMINISHPATHBACKGROUNDMANAGER_H
|
|
|
|
#include "manager.h"
|
|
|
|
typedef struct {
|
|
Manager base;
|
|
u8 unk_20;
|
|
u8 unk_21[0x17];
|
|
u32 unk_38;
|
|
u32 unk_3c;
|
|
} HorizontalMinishPathBackgroundManager;
|
|
|
|
#endif // HORIZONTALMINISHPATHBACKGROUNDMANAGER_H
|