katam/include/lever_wall.h
2023-03-17 13:54:53 +03:00

12 lines
205 B
C

#ifndef GUARD_LEVER_WALL_H
#define GUARD_LEVER_WALL_H
#include "data.h"
#include "global.h"
#include "object.h"
void* CreateLeverWall(struct Object*, u8);
void LeverWallSetFunc(struct Object2*);
#endif