diff --git a/src/apppaths.h b/src/apppaths.h new file mode 100644 index 0000000..e5d94da --- /dev/null +++ b/src/apppaths.h @@ -0,0 +1,9 @@ +#pragma once +#include + +class AppPaths { +public: + static QString configRoot(); // ~/.config/xmb + static QString xmbRoot(); // ~/.config/xmb/XMB + static QString assetsRoot(); // ~/.config/xmb/assets +};