Files
tmc/include/manager/flameManager.h
T
2024-01-06 18:43:02 +01:00

14 lines
242 B
C

#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