mud/lib/include/climb.h
2020-09-06 05:43:07 -07:00

11 lines
201 B
C

#ifndef s_climb_h
#define s_climb_h
#define CLIMB_UP 1
#define CLIMB_DOWN 2
#define CLIMB_OUT 3
#define CLIMB_INTO 4
#define CLIMB_THROUGH 5
#endif /* s_climb_h */