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

Add base for menu parsing unit tests

This commit is contained in:
Jan
2021-11-14 12:46:13 +01:00
parent 13589fd43c
commit 0033ab2a2b
19 changed files with 288 additions and 9 deletions

View File

@ -0,0 +1,8 @@
#include "MockPackValueSupplier.h"
#include "Parsing/Impl/PackDefinitionStreamProxy.h"
int MockPackValueSupplier::GetCurrentPack() const
{
return PackDefinitionStreamProxy::DEFAULT_PACK;
}