2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-02 22:47:42 +00:00

Move common structureddatadef classes to objcommon

This commit is contained in:
Jan 2022-03-12 14:02:52 +01:00
parent dff7912dbc
commit c38367d55b
12 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
#include "Game/IW4/IW4.h"
#include "AssetLoading/BasicAssetLoader.h"
#include "Parsing/StructuredDataDef/Domain/CommonStructuredDataDef.h"
#include "StructuredDataDef/CommonStructuredDataDef.h"
#include "SearchPath/ISearchPath.h"
namespace IW4

View File

@ -2,7 +2,7 @@
#include "Utils/ClassUtils.h"
#include "StructuredDataDefParserState.h"
#include "Domain/CommonStructuredDataDef.h"
#include "StructuredDataDef/CommonStructuredDataDef.h"
#include "Parsing/Simple/SimpleLexer.h"
#include "Parsing/Simple/SimpleParserValue.h"
#include "Parsing/Impl/AbstractParser.h"

View File

@ -5,7 +5,7 @@
#include <vector>
#include <cstddef>
#include "Domain/CommonStructuredDataDef.h"
#include "StructuredDataDef/CommonStructuredDataDef.h"
namespace sdd
{

View File

@ -4,7 +4,7 @@
#include <string>
#include <vector>
#include "Domain/CommonStructuredDataDef.h"
#include "StructuredDataDef/CommonStructuredDataDef.h"
#include "Parsing/IParserLineStream.h"
class StructuredDataDefReader