Fix global headers
This commit is contained in:
parent
d892e8eaff
commit
91a5e70ac5
|
|
@ -45,6 +45,7 @@ ACTION.Function = function ()
|
||||||
table.insert(paths, {
|
table.insert(paths, {
|
||||||
Excludes = {
|
Excludes = {
|
||||||
["DeviceFunctions.hpp"] = true,
|
["DeviceFunctions.hpp"] = true,
|
||||||
|
["GlobalFunctions.hpp"] = true,
|
||||||
["InstanceFunctions.hpp"] = true,
|
["InstanceFunctions.hpp"] = true,
|
||||||
},
|
},
|
||||||
HeaderGuard = "NAZARA_GLOBAL_VULKANRENDERER_WRAPPER_HPP",
|
HeaderGuard = "NAZARA_GLOBAL_VULKANRENDERER_WRAPPER_HPP",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue