level_load.hh 838 B

12345678910111213141516171819202122232425
  1. /********************************************************************** <BR>
  2. This file is part of Crack dot Com's free source code release of
  3. Golgotha. <a href="http://www.crack.com/golgotha_release"> <BR> for
  4. information about compiling & licensing issues visit this URL</a>
  5. <PRE> If that doesn't help, contact Jonathan Clark at
  6. golgotha_source@usa.net (Subject should have "GOLG" in it)
  7. ***********************************************************************/
  8. #ifndef G1_LEVEL_LOAD_HH
  9. #define G1_LEVEL_LOAD_HH
  10. #include "string/string.hh"
  11. i4_bool g1_load_level(const i4_const_str &filename,
  12. int load_res_stuff=1,
  13. w32 exclude_flags=0);
  14. void g1_load_res_info(i4_file_class *fp);
  15. i4_str *g1_get_res_filnename(const i4_const_str &map_filename);
  16. #endif