blob: 1da3f4d5fbff2dfbccb6ecb50b787a04a446f727 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#ifndef MINISHSIZEDENTRANCEMANAGER_H
#define MINISHSIZEDENTRANCEMANAGER_H
#include "manager.h"
typedef struct {
Manager base;
u32 field_0x20;
} MinishSizedEntranceManager;
#endif // MINISHSIZEDENTRANCEMANAGER_H
|