mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 05:00:01 +00:00
14 lines
221 B
C
14 lines
221 B
C
#ifndef GUARD_BOXIN_H
|
|
#define GUARD_BOXIN_H
|
|
|
|
#include "global.h"
|
|
#include "data.h"
|
|
|
|
void *CreateBoxin(struct Object *, u8);
|
|
|
|
void sub_080B5838(struct Object2 *);
|
|
|
|
extern const struct Unk_02021590 gUnk_0835409C[];
|
|
|
|
#endif
|