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 02a16a4 commit 5141825Copy full SHA for 5141825
src/engine/global.h renamed to src/engine/internal/global.h
src/engine/script_p.h
@@ -5,7 +5,7 @@
5
#include <vector>
6
#include <scratchcpp/value.h>
7
8
-#include "engine/global.h"
+#include "engine/internal/global.h"
9
10
namespace libscratchcpp
11
{
src/engine/virtualmachine_p.cpp
@@ -8,7 +8,7 @@
#include <cassert>
#include "virtualmachine_p.h"
-#include "global.h"
+#include "internal/global.h"
12
13
#define MAX_REG_COUNT 1024
14
0 commit comments