MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | // MorgenGrauen MUDlib |
| 2 | // |
| 3 | // player/filesys.h -- file system services |
| 4 | // |
| 5 | // $Id: filesys.h,v 3.1 1997/02/12 13:29:09 Wargon Exp $ |
| 6 | |
| 7 | #ifndef __PLAYER_FILESYS_H__ |
| 8 | #define __PLAYER_FILESYS_H__ |
| 9 | |
| 10 | // properties |
| 11 | |
| 12 | #endif // __PLAYER_FILESYS_H__ |
| 13 | |
| 14 | #ifdef NEED_PROTOTYPES |
| 15 | |
| 16 | #ifndef __PLAYER_FILESYS_H_PROTO__ |
| 17 | #define __PLAYER_FILESYS_H_PROTO__ |
| 18 | |
| 19 | // prototypes |
| 20 | |
| 21 | varargs string find_file(string str, string suffix); |
| 22 | |
| 23 | #endif // __PLAYER_FILESYS_H_PROTO__ |
| 24 | |
| 25 | #endif // NEED_PROTOYPES |