#define LIBSCRATCHCPP_EXPORT
Definition global.h:17
The main namespace of the library.
Definition asset.h:10
The StringPtr struct holds a string data pointer and string size.
Definition stringptr.h:14
The ValueData struct holds the data of Value. It's used in compiled Scratch code for better performan...
Definition valuedata.h:26
double numberValue
Definition valuedata.h:30
bool boolValue
Definition valuedata.h:31
StringPtr * stringValue
Definition valuedata.h:32
ValueType type
Definition valuedata.h:36
const void * pointerValue
Definition valuedata.h:33
Bool
Definition valuedata.h:17
String
Definition valuedata.h:18
Number
Definition valuedata.h:16