mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-16 18:03:03 +00:00
feat: t5 techset compiling
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#options GAME(IW3, IW4, T6)
|
||||
#options GAME(IW3, IW4, T5, T6)
|
||||
|
||||
#filename "Game/" + GAME + "/Techset/VertexDeclCompiler" + GAME + ".cpp"
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
#define FEATURE_IW5
|
||||
#elif GAME == "T5"
|
||||
#define FEATURE_T5
|
||||
#define IS_SUB_ASSET
|
||||
#elif GAME == "T6"
|
||||
#define FEATURE_T6
|
||||
#define IS_SUB_ASSET
|
||||
|
||||
Reference in New Issue
Block a user