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