'ifnot' template property + hpp

This commit is contained in:
MihailRis
2024-05-06 00:45:43 +03:00
parent 8b1c102cfe
commit 9ea67deb13
59 changed files with 204 additions and 201 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
#ifndef FRONTEND_GUI_GUI_XML_HPP_
#define FRONTEND_GUI_GUI_XML_HPP_
#include "GUI.hpp"
#include "../../coders/xml.hpp"
#include <memory>
#include <stack>
#include <unordered_set>
#include <unordered_map>
#include "GUI.hpp"
#include "../../coders/xml.h"
namespace gui {
class UiXmlReader;