Update globalheaders and fix includes/header guards
This commit is contained in:
committed by
Jérôme Leclercq
parent
da9eb14ebe
commit
d3c05c9ade
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_PLATFORM_EVENTHANDLER_HPP
|
||||
#define NAZARA_PLATFORM_EVENTHANDLER_HPP
|
||||
#ifndef NAZARA_PLATFORM_WINDOWEVENTHANDLER_HPP
|
||||
#define NAZARA_PLATFORM_WINDOWEVENTHANDLER_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/HandledObject.hpp>
|
||||
@@ -58,4 +58,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Platform/WindowEventHandler.inl>
|
||||
|
||||
#endif // NAZARA_PLATFORM_EVENTHANDLER_HPP
|
||||
#endif // NAZARA_PLATFORM_WINDOWEVENTHANDLER_HPP
|
||||
|
||||
Reference in New Issue
Block a user