mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 05:00:01 +00:00
13 lines
210 B
C
13 lines
210 B
C
#ifndef GUARD_BANG_BANG_H
|
|
#define GUARD_BANG_BANG_H
|
|
|
|
#include "data.h"
|
|
|
|
void* CreateBangBang(struct Object*, u8);
|
|
|
|
void sub_080C70D8(struct Object2*);
|
|
|
|
extern const struct Unk_02021590 gUnk_083556D0[];
|
|
|
|
#endif
|