katam/include/glunk.h
2023-03-24 08:29:29 +03:00

16 lines
353 B
C

#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 *);
extern const struct Unk_02021590 gUnk_08353C20[];
extern const struct Unk_02021590 gUnk_08353C34[];
#endif