2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-29 07:41:53 +00:00

Move StructuredDataDef Parsing to new package

This commit is contained in:
Jan
2022-03-21 10:30:54 +01:00
parent 833b158a64
commit 93fea39ddd
15 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#include "ObjLoading.h"
#include "Game/IW4/IW4.h"
#include "Parsing/StructuredDataDef/StructuredDataDefReader.h"
#include "StructuredDataDef/StructuredDataDefReader.h"
#include "Pool/GlobalAssetPool.h"
using namespace IW4;