launcherdirs.h 230 B

12345678910111213
  1. #pragma once
  2. /// similar to lib/VCMIDirs, controls where all launcher-related data will be stored
  3. class CLauncherDirs
  4. {
  5. public:
  6. CLauncherDirs();
  7. static CLauncherDirs & get();
  8. QString downloadsPath();
  9. QString modsPath();
  10. };