mirror of
https://github.com/zeldaret/tmc
synced 2026-05-23 23:05:38 -04:00
14 lines
218 B
C
14 lines
218 B
C
#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
|