katam/include/lever_wall.h

12 lines
205 B
C
Raw Permalink Normal View History

2021-02-07 09:29:55 +00:00
#ifndef GUARD_LEVER_WALL_H
#define GUARD_LEVER_WALL_H
#include "data.h"
#include "global.h"
#include "object.h"
2022-06-08 04:23:05 +00:00
void* CreateLeverWall(struct Object*, u8);
2023-03-12 08:21:15 +00:00
void LeverWallSetFunc(struct Object2*);
2021-02-07 09:29:55 +00:00
#endif