/** * The main include file for the player handler. * @see /handlers/player_change * @author Pinkfish */ #ifndef __PLAYER_HANDLER_H /** @ignore yes */ #define __PLAYER_HANDLER_H /** * The define for the location of the player handler. */ #define PLAYER_HANDLER "/handlers/player_handler" /** * The directory under the player save directory in which to put the * deleted files. */ #define DELETE_DIR "delete" /** * The directory in which to put the player save files. */ #define PLAYER_SAVE_DIR "/save/players/" #endif