blob: 3835f6c299c188af0999ebaa614b8c4b1aca0703 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#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;
extern void sub_080580B0(u32);
#endif // HORIZONTALMINISHPATHBACKGROUNDMANAGER_H
|