Update includes for new NazaraUtils version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user