blob: 9717c363a0251f49710cb43c99648941e2fc9cda (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef RAILINTERSECTIONMANAGER_H
#define RAILINTERSECTIONMANAGER_H
#include "manager.h"
typedef struct {
Manager base;
u8 field_0x20[0x16];
u8 layer;
u8 field_0x37;
s16 tilePos;
u16 field_0x3a;
u8 field_0x3c;
u8 field_0x3d;
u16 flags;
} RailIntersectionManager;
#endif // RAILINTERSECTIONMANAGER_H
|