Skip to content

Commit f984766

Browse files
committed
EventBlocks: Register "when flag clicked" block
1 parent 861ab08 commit f984766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/blocks/eventblocks.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ using namespace libscratchcpp;
66

77
EventBlocks::EventBlocks()
88
{
9+
addHatBlock("event_whenflagclicked");
910
}
1011

1112
std::string EventBlocks::name() const

0 commit comments

Comments
 (0)