Skip to content

Commit 2a58a46

Browse files
committed
Update libscratchcpp to latest master
1 parent 7557a01 commit 2a58a46

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/mocks/enginemock.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class EngineMock : public IEngine
2727
MOCK_METHOD(void, initClone, (std::shared_ptr<Sprite>), (override));
2828
MOCK_METHOD(void, deinitClone, (std::shared_ptr<Sprite>), (override));
2929

30+
MOCK_METHOD(void, step, (), (override));
3031
MOCK_METHOD(void, run, (), (override));
3132
MOCK_METHOD(void, runEventLoop, (), (override));
3233
MOCK_METHOD(void, stopEventLoop, (), (override));

0 commit comments

Comments
 (0)