Add src/apppaths.h

This commit is contained in:
milonekrone 2026-01-14 16:04:34 +01:00
parent 72b536fc50
commit 073f432298

9
src/apppaths.h Normal file
View File

@ -0,0 +1,9 @@
#pragma once
#include <QString>
class AppPaths {
public:
static QString configRoot(); // ~/.config/xmb
static QString xmbRoot(); // ~/.config/xmb/XMB
static QString assetsRoot(); // ~/.config/xmb/assets
};