From befe132861b1995dfe776d4e134a90fc243d1a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A1n=20Imrich?= Date: Thu, 8 Apr 2021 12:24:59 +0200 Subject: cPieceModifier interface and cPieceModifierRandomizeBlocks class (#5122) --- tests/LuaThreadStress/Stubs.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/LuaThreadStress/Stubs.cpp') diff --git a/tests/LuaThreadStress/Stubs.cpp b/tests/LuaThreadStress/Stubs.cpp index e77b02038..8f374900f 100644 --- a/tests/LuaThreadStress/Stubs.cpp +++ b/tests/LuaThreadStress/Stubs.cpp @@ -297,3 +297,12 @@ bool cUUID::FromString(const AString &) { return true; } + + + + + +int BlockStringToType(const AString &) +{ + return 0; +} -- cgit v1.2.3