We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4fe3d5 commit 02a16a4Copy full SHA for 02a16a4
include/scratchcpp/project.h
@@ -14,6 +14,7 @@ class ProjectPrivate;
14
15
class IEngine;
16
17
+/*! \brief The Project class provides API for reading and running Scratch projects. */
18
class LIBSCRATCHCPP_EXPORT Project
19
{
20
public:
0 commit comments