mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 13:10:11 +00:00
13 lines
229 B
C
13 lines
229 B
C
#ifndef GUARD_LAVA_WALL_H
|
|
#define GUARD_LAVA_WALL_H
|
|
|
|
#include "data.h"
|
|
#include "task.h"
|
|
|
|
void *CreateLavaWall(struct Object *, u8);
|
|
void sub_0811C758(struct Object2 *);
|
|
|
|
extern const struct Unk_02021590 gUnk_08357C5C[];
|
|
|
|
#endif
|