atrooney-online-2/path_functions.h

13 lines
264 B
C

#ifndef PATH_FUNCTIONS_H
#define PATH_FUNCTIONS_H
#include <QString>
QString get_base_path();
QString get_theme_path();
QString get_default_theme_path();
QString get_character_path(QString p_character);
QString get_demothings_path();
#endif // PATH_FUNCTIONS_H