blob: 2c5ebe7c7f65a4708be4de25065daa76ca9fc24d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef FLAMEMANAGER_H
#define FLAMEMANAGER_H
#include "manager.h"
typedef struct {
struct Manager base;
u8 field_0x20[0x18];
s16 field_0x38;
s16 field_0x3a;
} FlameManager;
#endif // FLAMEMANAGER_H
|