Skip to content

Commit 3a68b54

Browse files
committed
ValueData: Add a note about LLVM code builder
1 parent 49cf1a0 commit 3a68b54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/scratchcpp/valuedata.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ extern "C"
3232
/*! \brief The ValueData struct holds the data of Value. It's used in compiled Scratch code for better performance. */
3333
struct LIBSCRATCHCPP_EXPORT ValueData
3434
{
35+
// NOTE: Any changes must also be done in the LLVM code builder!
3536
union
3637
{
3738
long intValue;

0 commit comments

Comments
 (0)