Files
oak-editor/io/path.h
T
2018-10-30 11:23:14 +11:00

11 lines
154 B
C

#ifndef PATH_H
#define PATH_H
#include <QString>
QString get_app_dir();
QString get_data_path();
QString get_effects_dir();
#endif // PATH_H