maint: new xsk api
This commit is contained in:
parent
f9c9393870
commit
2a68148c98
2
deps/gsc-tool
vendored
2
deps/gsc-tool
vendored
@ -1 +1 @@
|
||||
Subproject commit 28ae5d5e57874fff0bdda436c325efb0c6cc11fc
|
||||
Subproject commit 30efba5424e89adc2133caf671c5c4e73208c3dd
|
6
deps/premake/gsc-tool.lua
vendored
6
deps/premake/gsc-tool.lua
vendored
@ -10,10 +10,6 @@ end
|
||||
function gsc_tool.includes()
|
||||
includedirs {
|
||||
gsc_tool.source,
|
||||
path.join(gsc_tool.source, "iw5"),
|
||||
path.join(gsc_tool.source, "utils"),
|
||||
path.join(gsc_tool.source, "gsc"),
|
||||
path.join(dependencies.basePath, "gsc-tool/include"),
|
||||
}
|
||||
end
|
||||
|
||||
@ -44,7 +40,6 @@ function gsc_tool.project()
|
||||
|
||||
files {
|
||||
path.join(gsc_tool.source, "stdinc.hpp"),
|
||||
path.join(gsc_tool.source, "stdinc.cpp"),
|
||||
|
||||
path.join(gsc_tool.source, "iw5/iw5_pc.hpp"),
|
||||
path.join(gsc_tool.source, "iw5/iw5_pc.cpp"),
|
||||
@ -61,7 +56,6 @@ function gsc_tool.project()
|
||||
|
||||
includedirs {
|
||||
gsc_tool.source,
|
||||
path.join(gsc_tool.source, "iw5"),
|
||||
}
|
||||
end
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
#pragma once
|
||||
#define XSK_GSC_IW5_PC
|
||||
#include <gsc_api.hpp>
|
||||
#include <iw5/iw5_pc.hpp>
|
||||
|
||||
namespace gsc
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user