diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/LuaThreadStress/Stubs.cpp | 11 | ||||
-rw-r--r-- | tests/SchematicFileSerializer/Stubs.cpp | 16 |
2 files changed, 2 insertions, 25 deletions
diff --git a/tests/LuaThreadStress/Stubs.cpp b/tests/LuaThreadStress/Stubs.cpp index fe2687ef4..4b347b895 100644 --- a/tests/LuaThreadStress/Stubs.cpp +++ b/tests/LuaThreadStress/Stubs.cpp @@ -86,16 +86,9 @@ extern "C" int luaopen_lxp(lua_State * a_LuaState) -cBlockInfo::cBlockInfo() -{ -} - - - - - -cBlockInfo::cBlockInfoArray::cBlockInfoArray() +bool cBlockInfo::IsSolid(BLOCKTYPE) { + return false; } diff --git a/tests/SchematicFileSerializer/Stubs.cpp b/tests/SchematicFileSerializer/Stubs.cpp index 96b8f9a8c..67ecde7cd 100644 --- a/tests/SchematicFileSerializer/Stubs.cpp +++ b/tests/SchematicFileSerializer/Stubs.cpp @@ -13,22 +13,6 @@ -cBlockInfo::cBlockInfo() -{ -} - - - - - -cBlockInfo::cBlockInfoArray::cBlockInfoArray() -{ -} - - - - - cBoundingBox::cBoundingBox(double, double, double, double, double, double) { } |