diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-03 11:25:07 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-03 11:25:07 +0200 |
commit | 4995040204ca27b13ed4e52ad01d76111ae6b081 (patch) | |
tree | d4b78ee5382918c76a653d0483e904f1378404e6 /src/tools.h | |
parent | a2824ef0c87034d535d3b12e6d582dfcf2265f27 (diff) | |
download | lanes-4995040204ca27b13ed4e52ad01d76111ae6b081.tar.gz lanes-4995040204ca27b13ed4e52ad01d76111ae6b081.tar.bz2 lanes-4995040204ca27b13ed4e52ad01d76111ae6b081.zip |
Some code factorization
Diffstat (limited to 'src/tools.h')
-rw-r--r-- | src/tools.h | 3 |
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 | ||
11 | void push_registry_subtable_mode(lua_State* L_, RegistryUniqueKey key_, const char* mode_); | ||
12 | void push_registry_subtable(lua_State* L_, RegistryUniqueKey key_); | ||
13 | |||
14 | enum class VT | 11 | enum 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 |