mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 13:10:11 +00:00
15 lines
240 B
C
15 lines
240 B
C
#ifndef GUARD_ROCKY_H
|
|
#define GUARD_ROCKY_H
|
|
|
|
#include "global.h"
|
|
#include "data.h"
|
|
#include "object.h"
|
|
|
|
void *CreateRocky(struct Object *, u8);
|
|
|
|
void sub_080BE898(struct Object2*);
|
|
|
|
extern const struct Unk_02021590 gUnk_08354BC8[];
|
|
|
|
#endif
|