atrooney-online-2/path_functions.h

10 lines
150 B
C

#ifndef PATH_FUNCTIONS_H
#define PATH_FUNCTIONS_H
#include <QString>
QString get_base_path();
QString get_theme_path();
#endif // PATH_FUNCTIONS_H