aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-03 11:25:07 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-03 11:25:07 +0200
commit4995040204ca27b13ed4e52ad01d76111ae6b081 (patch)
treed4b78ee5382918c76a653d0483e904f1378404e6 /src/tools.h
parenta2824ef0c87034d535d3b12e6d582dfcf2265f27 (diff)
downloadlanes-4995040204ca27b13ed4e52ad01d76111ae6b081.tar.gz
lanes-4995040204ca27b13ed4e52ad01d76111ae6b081.tar.bz2
lanes-4995040204ca27b13ed4e52ad01d76111ae6b081.zip
Some code factorization
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools.h b/src/tools.h
index 9d4ed4c..53d3a99 100644
--- a/src/tools.h
+++ b/src/tools.h
@@ -8,9 +8,6 @@ class Universe;
8 8
9// ################################################################################################# 9// #################################################################################################
10 10
11void push_registry_subtable_mode(lua_State* L_, RegistryUniqueKey key_, const char* mode_);
12void push_registry_subtable(lua_State* L_, RegistryUniqueKey key_);
13
14enum class VT 11enum class VT
15{ 12{
16 NORMAL, // keep this one first so that it's the value we get when we default-construct 13 NORMAL, // keep this one first so that it's the value we get when we default-construct