katam/include/glunk.h

16 lines
353 B
C
Raw Normal View History

2022-07-21 02:32:27 +00:00
#ifndef GUARD_GLUNK_H
#define GUARD_GLUNK_H
#include "global.h"
#include "data.h"
void *CreateGlunk(struct Object *, u8);
void *CreateGlunkBullet(struct Object *, u8);
void sub_080AF0A8(struct Object2 *);
void sub_080AF610(struct Object2 *);
2023-03-17 21:16:01 +00:00
extern const struct Unk_02021590 gUnk_08353C20[];
extern const struct Unk_02021590 gUnk_08353C34[];
2022-07-21 02:32:27 +00:00
#endif