|
libscratchcpp
A library for C++ based Scratch project players
|
#include <unordered_set>#include <vector>#include "global.h"#include "enum_bitmask.h"#include "spimpl.h"

Go to the source code of this file.
Classes | |
| class | libscratchcpp::Compiler |
| The Compiler class provides API for compiling Scratch scripts. More... | |
Namespaces | |
| namespace | libscratchcpp |
| The main namespace of the library. | |
Macros | |
| #define | BLOCK_EXPORT extern "C" LIBSCRATCHCPP_EXPORT |
Functions | |
| constexpr bool | libscratchcpp::enable_enum_bitmask (Compiler::StaticType) |
| #define BLOCK_EXPORT extern "C" LIBSCRATCHCPP_EXPORT |