We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb15d7d commit b01cfa1Copy full SHA for b01cfa1
src/blocks/controlblocks.h
@@ -54,7 +54,6 @@ class ControlBlocks : public IBlockSection
54
static void compileWait(Compiler *compiler);
55
static void compileWaitUntil(Compiler *compiler);
56
57
- private:
58
static unsigned int stopAll(VirtualMachine *vm);
59
static unsigned int stopOtherScriptsInSprite(VirtualMachine *vm);
60
static unsigned int startWait(VirtualMachine *vm);
0 commit comments