'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
+5 -5
View File
@@ -1,8 +1,4 @@
#include <string>
#include <memory>
#include <sstream>
#include "../audio/audio.h"
#include "../audio/audio.hpp"
#include "../delegates.h"
#include "../engine.h"
#include "../graphics/core/Mesh.hpp"
@@ -20,6 +16,10 @@
#include "../world/Level.h"
#include "../world/World.h"
#include <string>
#include <memory>
#include <sstream>
using namespace gui;
static std::shared_ptr<Label> create_label(wstringsupplier supplier) {