MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // MorgenGrauen MUDlib |
| 2 | // |
| 3 | // shells.h -- shell header |
| 4 | // |
| 5 | // $Id: shells.h 9555 2016-05-03 20:42:46Z Zesstra $ |
| 6 | |
| 7 | #ifndef __SHELLS_H__ |
| 8 | #define __SHELLS_H__ |
| 9 | |
| 10 | // properties |
| 11 | |
| 12 | #define P_CURRENTDIR "currentdir" |
| 13 | #define P_LASTDIR "p_lib_lastdir" |
| 14 | |
| 15 | #endif // __SHELLS_H__ |
| 16 | |
| 17 | #ifdef NEED_PROTOTYPES |
| 18 | |
| 19 | #ifndef __SHELLS_H_PROTO__ |
| 20 | #define __SHELLS_H_PROTO__ |
| 21 | |
| 22 | // prototypes |
| 23 | // no prototypes |
| 24 | |
| 25 | #endif // __SHELLS_H_PROTO__ |
| 26 | |
| 27 | #endif // NEED_PROTOYPES |