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

@@ -15,9 +15,9 @@
#include <Nazara/Platform/Cursor.hpp>
#include <Nazara/Platform/CursorController.hpp>
#include <Nazara/Platform/Enums.hpp>
#include <Nazara/Platform/WindowEventHandler.hpp>
#include <Nazara/Platform/Icon.hpp>
#include <Nazara/Platform/VideoMode.hpp>
#include <Nazara/Platform/WindowEventHandler.hpp>
#include <Nazara/Platform/WindowHandle.hpp>
#include <Nazara/Utils/MovablePtr.hpp>
#include <condition_variable>