mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 13:10:11 +00:00
12 lines
208 B
C
12 lines
208 B
C
#ifndef GUARD_BATTY_H
|
|
#define GUARD_BATTY_H
|
|
|
|
#include "data.h"
|
|
|
|
void* CreateBatty(struct Object* arg0, u8 arg1);
|
|
void sub_080BD3CC(struct Object2*);
|
|
|
|
extern const struct Unk_02021590 gUnk_08354960[];
|
|
|
|
#endif
|