mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-26 22:50:39 +00:00
13 lines
223 B
C
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
|