Fix global headers

This commit is contained in:
Lynix 2020-03-26 20:43:30 +01:00
parent d892e8eaff
commit 91a5e70ac5
1 changed files with 1 additions and 0 deletions

View File

@ -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",