| // MorgenGrauen MUDlib | |
| // | |
| // shells.h -- shell header | |
| // | |
| // $Id: shells.h 9555 2016-05-03 20:42:46Z Zesstra $ | |
| #ifndef __SHELLS_H__ | |
| #define __SHELLS_H__ | |
| // properties | |
| #define P_CURRENTDIR "currentdir" | |
| #define P_LASTDIR "p_lib_lastdir" | |
| #endif // __SHELLS_H__ | |
| #ifdef NEED_PROTOTYPES | |
| #ifndef __SHELLS_H_PROTO__ | |
| #define __SHELLS_H_PROTO__ | |
| // prototypes | |
| // no prototypes | |
| #endif // __SHELLS_H_PROTO__ | |
| #endif // NEED_PROTOYPES |