mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-03 15:27:25 +00:00
Implement ZCG CPP workflow basis
This commit is contained in:
7
src/ZoneCodeGeneratorNew/Persistence/IDataRepository.h
Normal file
7
src/ZoneCodeGeneratorNew/Persistence/IDataRepository.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class IDataRepository
|
||||
{
|
||||
public:
|
||||
virtual ~IDataRepository() = default;
|
||||
};
|
Reference in New Issue
Block a user