/******************************************************************************/ // doesn't need to be thread-safe /******************************************************************************/ class EE1WorldSettings : Game::WorldSettings { PathSettings path; EE1WorldSettings& reset(); bool load(C Str &name); bool load( File &f ); }; /******************************************************************************/ /******************************************************************************/ /******************************************************************************/