From 91a5e70ac5b5ba8b8b42262a6737409a87f868ba Mon Sep 17 00:00:00 2001 From: Lynix Date: Thu, 26 Mar 2020 20:43:30 +0100 Subject: [PATCH] Fix global headers --- build/scripts/actions/generateheaders.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/build/scripts/actions/generateheaders.lua b/build/scripts/actions/generateheaders.lua index 81536a706..c8e90ebe0 100644 --- a/build/scripts/actions/generateheaders.lua +++ b/build/scripts/actions/generateheaders.lua @@ -45,6 +45,7 @@ ACTION.Function = function () table.insert(paths, { Excludes = { ["DeviceFunctions.hpp"] = true, + ["GlobalFunctions.hpp"] = true, ["InstanceFunctions.hpp"] = true, }, HeaderGuard = "NAZARA_GLOBAL_VULKANRENDERER_WRAPPER_HPP",