Apply header guard check
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_FONT_HPP
|
||||
#define NAZARA_FONT_HPP
|
||||
#ifndef NAZARA_UTILITY_FONT_HPP
|
||||
#define NAZARA_UTILITY_FONT_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/ObjectLibrary.hpp>
|
||||
@@ -157,4 +157,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Utility/Font.inl>
|
||||
|
||||
#endif // NAZARA_FONT_HPP
|
||||
#endif // NAZARA_UTILITY_FONT_HPP
|
||||
|
||||
Reference in New Issue
Block a user