Apply header guard check
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
// This file is part of the "Nazara Engine - Core module"
|
||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||
|
||||
// Pas de #pragma once car ce fichier est prévu pour être inclus plusieurs fois
|
||||
// no header guards
|
||||
|
||||
#include <Nazara/Core/Config.hpp>
|
||||
|
||||
#if NAZARA_CORE_MANAGE_MEMORY
|
||||
|
||||
#ifndef NAZARA_DEBUG_NEWREDEFINITION_HPP
|
||||
#define NAZARA_DEBUG_NEWREDEFINITION_HPP
|
||||
#ifndef NAZARA_CORE_DEBUG_NEWREDEFINITION_HPP
|
||||
#define NAZARA_CORE_DEBUG_NEWREDEFINITION_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/MemoryManager.hpp>
|
||||
@@ -25,4 +26,4 @@ NAZARA_CORE_API void operator delete[](void* ptr, const char* file, unsigned int
|
||||
#define new new(__FILE__, __LINE__)
|
||||
#endif
|
||||
|
||||
#endif // NAZARA_CORE_MANAGE_MEMORY
|
||||
#endif // NAZARA_CORE_DEBUG_NEWREDEFINITION_HPP
|
||||
|
||||
Reference in New Issue
Block a user