Files
vcmi/launcher/launcherdirs.h
T

14 lines
230 B
C++
Raw Normal View History

#pragma once
/// similar to lib/VCMIDirs, controls where all launcher-related data will be stored
class CLauncherDirs
{
public:
CLauncherDirs();
static CLauncherDirs & get();
QString downloadsPath();
QString modsPath();
};