This commit is contained in:
MihailRis
2024-02-04 23:45:15 +03:00
parent 3cd648e10c
commit b38afe9e34
14 changed files with 837 additions and 684 deletions
+3
View File
@@ -14,6 +14,7 @@ namespace gui {
class UiXmlReader {
std::unordered_map<std::string, uinode_reader> readers;
std::string filename;
public:
UiXmlReader();
@@ -25,6 +26,8 @@ namespace gui {
const std::string& filename,
const std::string& source
);
const std::string& getFilename() const;
};
}