katam/include/twister.h

12 lines
204 B
C
Raw Normal View History

2022-05-01 17:27:43 +00:00
#ifndef GUARD_TWISTER_H
#define GUARD_TWISTER_H
#include "data.h"
void* CreateTwister(struct Object*, u8);
2023-01-28 22:20:00 +00:00
void sub_080BC440(struct Object2*);
extern const struct Unk_02021590 gUnk_08354928[];
2022-05-01 17:27:43 +00:00
2022-05-01 17:33:03 +00:00
#endif