Update globalheaders and fix includes/header guards

This commit is contained in:
SirLynix
2023-01-21 12:06:07 +01:00
committed by Jérôme Leclercq
parent da9eb14ebe
commit d3c05c9ade
12 changed files with 31 additions and 25 deletions

View File

@@ -8,8 +8,8 @@
#define NAZARA_WIDGETS_BASEWIDGET_HPP
#include <Nazara/Graphics/Sprite.hpp>
#include <Nazara/Platform/WindowEvent.hpp>
#include <Nazara/Platform/Mouse.hpp>
#include <Nazara/Platform/WindowEvent.hpp>
#include <Nazara/Utility/Node.hpp>
#include <Nazara/Widgets/Config.hpp>
#include <entt/entity/entity.hpp>