katam/include/twister.h
2023-02-02 11:41:23 +03:00

12 lines
204 B
C

#ifndef GUARD_TWISTER_H
#define GUARD_TWISTER_H
#include "data.h"
void* CreateTwister(struct Object*, u8);
void sub_080BC440(struct Object2*);
extern const struct Unk_02021590 gUnk_08354928[];
#endif