mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 05:00:01 +00:00
12 lines
204 B
C
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
|