Skip to content

Commit b01cfa1

Browse files
committed
Make control blocks implementation public
1 parent cb15d7d commit b01cfa1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/blocks/controlblocks.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ class ControlBlocks : public IBlockSection
5454
static void compileWait(Compiler *compiler);
5555
static void compileWaitUntil(Compiler *compiler);
5656

57-
private:
5857
static unsigned int stopAll(VirtualMachine *vm);
5958
static unsigned int stopOtherScriptsInSprite(VirtualMachine *vm);
6059
static unsigned int startWait(VirtualMachine *vm);

0 commit comments

Comments
 (0)