Remove Config.hpp options and refactor headers

- Rename Config.hpp to Export.hpp
- Remove Debug.hpp and DebugOff.hpp (not used anymore)
This commit is contained in:
SirLynix
2024-02-19 13:56:31 +01:00
committed by Jérôme Leclercq
parent 3c7e2a1685
commit 5130a2ff84
1350 changed files with 1881 additions and 4103 deletions

View File

@@ -82,7 +82,7 @@ headerTemplate = [[
#define %HEADER_GUARD%
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/%MODULE_NAME%/Config.hpp>
#include <Nazara/%MODULE_NAME%/Export.hpp>
namespace Nz
{
@@ -111,13 +111,11 @@ inlineTemplate = [[
// This file is part of the "Nazara Engine - %MODULE_NAME% module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/%MODULE_NAME%/Debug.hpp>
namespace Nz
{
}
#include <Nazara/%MODULE_NAME%/DebugOff.hpp>
]]
sourceTemplate = [[
@@ -126,7 +124,6 @@ sourceTemplate = [[
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/%MODULE_NAME%/%CLASS_PATH%.hpp>
#include <Nazara/%MODULE_NAME%/Debug.hpp>
namespace Nz
{