CIOSUtils.h 382 B

123456789101112131415
  1. /*
  2. * CIOSUtils.h, part of VCMI engine
  3. *
  4. * Authors: listed in file AUTHORS in main folder
  5. *
  6. * License: GNU General Public License v2.0 or later
  7. * Full text of license available in license.txt file, in main folder
  8. *
  9. */
  10. extern const char *ios_documentsPath();
  11. extern const char *ios_cachesPath();
  12. extern const char *ios_bundlePath();
  13. extern const char *ios_frameworksPath();