Apply header guard check
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_CURSOR_HPP
|
||||
#define NAZARA_CURSOR_HPP
|
||||
#ifndef NAZARA_PLATFORM_CURSOR_HPP
|
||||
#define NAZARA_PLATFORM_CURSOR_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Math/Vector2.hpp>
|
||||
@@ -59,4 +59,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Platform/Cursor.inl>
|
||||
|
||||
#endif // NAZARA_CURSOR_HPP
|
||||
#endif // NAZARA_PLATFORM_CURSOR_HPP
|
||||
|
||||
Reference in New Issue
Block a user