Commit ede2fa0
3 files changed
+6
-1
lines changedSubmodule libscratchcpp updated 11 files
- include/scratchcpp/ispritehandler.h+3
- include/scratchcpp/sprite.h+3
- include/scratchcpp/stage.h+1
- src/blocks/motionblocks.cpp+19-36
- src/scratch/sprite.cpp+23
- src/scratch/stage.cpp+6
- test/blocks/motion_blocks_test.cpp+15-10
- test/mocks/spritehandlermock.h+1
- test/scratch_classes/sprite_test.cpp+33-1
- test/scratch_classes/stage_test.cpp+12
- test/target_interfaces/ispritehandler_test.cpp+21
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments