2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-07 09:17:26 +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

@@ -10,7 +10,7 @@ CommonEventHandlerScript::CommonEventHandlerScript(std::string script)
{
}
CommonEventHandlerElementType CommonEventHandlerScript::GetType()
CommonEventHandlerElementType CommonEventHandlerScript::GetType() const
{
return CommonEventHandlerElementType::SCRIPT;
}