aboutsummaryrefslogtreecommitdiff
path: root/src/tools.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-14 10:05:54 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-14 10:05:54 +0200
commit1013970853e6acfd60591a89ae08cc40c64bee06 (patch)
tree7ca081e6adcecebc41e68a659741e0cc0caf77eb /src/tools.cpp
parent0567dc0fc6da09467f65ee2f3c10ab68bb76832c (diff)
downloadlanes-1013970853e6acfd60591a89ae08cc40c64bee06.tar.gz
lanes-1013970853e6acfd60591a89ae08cc40c64bee06.tar.bz2
lanes-1013970853e6acfd60591a89ae08cc40c64bee06.zip
Moved Lane tracking implementation in a separate file
Diffstat (limited to 'src/tools.cpp')
-rw-r--r--src/tools.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools.cpp b/src/tools.cpp
index 0cfe1ab..3e6224a 100644
--- a/src/tools.cpp
+++ b/src/tools.cpp
@@ -523,3 +523,4 @@ int luaG_nameof(lua_State* L_)
523 lua_replace(L_, -3); // L_: "type" "result" 523 lua_replace(L_, -3); // L_: "type" "result"
524 return 2; 524 return 2;
525} 525}
526 \ No newline at end of file