move parts to new common component to avoid circular dependency of zonecommon and objcommon

This commit is contained in:
Jan
2021-03-03 12:56:15 -08:00
parent d616738be4
commit 12461d27e7
38 changed files with 70 additions and 22 deletions

View File

@ -3,6 +3,6 @@
// Entry point for IW4 code generation
#include "../Common.h"
#include "../../../ZoneCommon/Game/IW4/IW4_Assets.h"
#include "../../../Common/Game/IW4/IW4_Assets.h"
// EOF

View File

@ -3,6 +3,6 @@
// Entry point for T6 code generation
#include "../Common.h"
#include "../../../ZoneCommon/Game/T6/T6_Assets.h"
#include "../../../Common/Game/T6/T6_Assets.h"
// EOF