mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-03 15:27:25 +00:00
Add ZCG cpp domain classes
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
|
||||
class IDataRepository
|
||||
{
|
||||
public:
|
||||
virtual ~IDataRepository() = default;
|
||||
};
|
||||
|
||||
/*
|
||||
* IEnumerable<DataTypeEnum> GetAllEnums();
|
||||
IEnumerable<DataTypeStruct> GetAllStructs();
|
||||
IEnumerable<DataTypeUnion> GetAllUnions();
|
||||
IEnumerable<DataTypeTypedef> GetAllTypedefs();
|
||||
IEnumerable<StructureInformation> GetAllStructureInformation();
|
||||
IEnumerable<FastFileBlock> GetAllFastFileBlocks();
|
||||
*/
|
||||
const std::vector<>&
|
||||
};
|
||||
|
Reference in New Issue
Block a user