Skip to content

Commit 8232efe

Browse files
committed
test: Added eventCallStack. Relevant for TurtleControls
1 parent 6c61dcf commit 8232efe

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "helperFunctions"]
22
path = helperFunctions
33
url = https://github.com/mc-cc-scripts/helperFunctions-lib.git
4+
[submodule "eventCallStack-lib"]
5+
path = eventCallStack-lib
6+
url = https://github.com/mc-cc-scripts/eventCallStack-lib.git

ccPackage.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ package.path = spath.."?.lua;"
77
..spath.."http/?.lua;"
88
..spath.."json/?.lua;"
99
..spath.."vector/?.lua;"
10+
..spath.."eventCallStack-lib/?.lua"
1011
..package.path

eventCallStack-lib

Submodule eventCallStack-lib added at fa366ad

0 commit comments

Comments
 (0)