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

@@ -13,8 +13,6 @@ on_run(function ()
local excludedFiles = {
["Components.hpp"] = { Define = "NAZARA_ENTT" },
["ConfigCheck.hpp"] = true,
["Debug.hpp"] = true,
["DebugOff.hpp"] = true,
["Systems.hpp"] = { Define = "NAZARA_ENTT" },
["ThreadSafety.hpp"] = true,
["ThreadSafetyOff.hpp"] = true