katam/include/flamer.h
2023-02-02 11:41:23 +03:00

13 lines
223 B
C

#ifndef GUARD_FLAMER_H
#define GUARD_FLAMER_H
#include "global.h"
#include "data.h"
void *CreateFlamer(struct Object *, u8);
void sub_080BA334(struct Object2 *);
extern const struct Unk_02021590 gUnk_08354670[];
#endif