// MorgenGrauen MUDlib | |
// | |
// player/filesys.h -- file system services | |
// | |
// $Id: filesys.h,v 3.1 1997/02/12 13:29:09 Wargon Exp $ | |
#ifndef __PLAYER_FILESYS_H__ | |
#define __PLAYER_FILESYS_H__ | |
// properties | |
#endif // __PLAYER_FILESYS_H__ | |
#ifdef NEED_PROTOTYPES | |
#ifndef __PLAYER_FILESYS_H_PROTO__ | |
#define __PLAYER_FILESYS_H_PROTO__ | |
// prototypes | |
varargs string find_file(string str, string suffix); | |
#endif // __PLAYER_FILESYS_H_PROTO__ | |
#endif // NEED_PROTOYPES |