atrooney-online-2/path_functions.h
2017-01-02 12:42:07 +01:00

11 lines
184 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();
#endif // PATH_FUNCTIONS_H