Added class DrivenEngine (no implementation yet)

This commit is contained in:
2021-09-30 13:37:50 -04:00
parent 6490db43fc
commit 73f6e8692a
5 changed files with 348 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ enum WorldType {
};
using StringVec = std::vector<std::string>;
using StringMap = std::map<std::string, std::string>;
using HashValue = std::pair<uint64_t, uint64_t>;
using IdVector = std::vector<int64_t>;