@EE1WorldSettings.h 602 B

123456789101112131415
  1. /******************************************************************************/
  2. // doesn't need to be thread-safe
  3. /******************************************************************************/
  4. class EE1WorldSettings : Game::WorldSettings
  5. {
  6. PathSettings path;
  7. EE1WorldSettings& reset();
  8. bool load(C Str &name);
  9. bool load( File &f );
  10. };
  11. /******************************************************************************/
  12. /******************************************************************************/
  13. /******************************************************************************/