Skip to content

Commit 6c4d86b

Browse files
committed
docs: Update links to target interfaces
1 parent baf9dcc commit 6c4d86b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Getting started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
\page gettingStarted Getting started
22

33
libscratchcpp doesn't have any GUI support, but sprites and the stage can be easily implemented using
4-
the \link libscratchcpp::IScratchStage IScratchStage \endlink and
5-
\link libscratchcpp::IScratchTarget IScratchTarget \endlink interfaces.
4+
the \link libscratchcpp::IStageHandler IStageHandler \endlink and
5+
\link libscratchcpp::ISpriteHandler ISpriteHandler \endlink interfaces.
66

77
They can be subclassed for listening to events such as when the X and Y coordinates
88
of a sprite change.

0 commit comments

Comments
 (0)