Update includes for new NazaraUtils version

This commit is contained in:
SirLynix
2023-03-19 13:01:56 +01:00
parent 27996d16d9
commit 9b4d297c04
502 changed files with 622 additions and 622 deletions

View File

@@ -494,7 +494,7 @@ on_run(function ()
local order
if inclusions[i].path == headerPath then
order = 0 -- own include comes first
elseif inclusions[i].path == "Nazara/Prerequisites.hpp" then
elseif inclusions[i].path == "NazaraUtils/Prerequisites.hpp" then
order = 1 -- top engine includes
elseif inclusions[i].path == "Nazara/" .. debugIncludeModule .. "/Debug.hpp" then
order = 6 -- debug include

View File

@@ -81,7 +81,7 @@ headerTemplate = [[
#ifndef %HEADER_GUARD%
#define %HEADER_GUARD%
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/%MODULE_NAME%/Config.hpp>
namespace Nz