mirror of
https://github.com/jiangzhengwenjz/katam.git
synced 2024-11-23 05:00:01 +00:00
12 lines
205 B
C
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
|