summaryrefslogtreecommitdiff
path: root/include/manager/flameManager.h
blob: d5749cbb5a1f86ecf001421e48823eab68e2cbc4 (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 x; // After loading this stores the tilePos.
    s16 y;
} FlameManager;

#endif // FLAMEMANAGER_H