katam/include/lava_wall.h
2023-04-25 08:36:46 +03:00

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