We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cf1a0 commit 3a68b54Copy full SHA for 3a68b54
include/scratchcpp/valuedata.h
@@ -32,6 +32,7 @@ extern "C"
32
/*! \brief The ValueData struct holds the data of Value. It's used in compiled Scratch code for better performance. */
33
struct LIBSCRATCHCPP_EXPORT ValueData
34
{
35
+ // NOTE: Any changes must also be done in the LLVM code builder!
36
union
37
38
long intValue;
0 commit comments