mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-26 22:50:39 +00:00
16 lines
390 B
C
16 lines
390 B
C
#ifndef GUARD_INHALABLE_STAR_H
|
|
#define GUARD_INHALABLE_STAR_H
|
|
|
|
#include "global.h"
|
|
#include "data.h"
|
|
|
|
void *CreateInhalableStar(struct Object *, u8);
|
|
void sub_080A8EF4(struct Object2 *);
|
|
void sub_080A8C28(struct Object2 *, s16, s16);
|
|
void sub_080A8D18(struct Object2 *, s16, s16, u8, u8);
|
|
void sub_080A9038(struct Kirby *, bool8);
|
|
|
|
extern const struct Unk_02021590 gUnk_0835366C[];
|
|
|
|
#endif
|