aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-06-14 17:41:05 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-06-14 17:41:05 +0200
commit780f069d10b120968ae5867cc7e5a0da1ed05054 (patch)
tree99dabf0e3759637fbe0134e59a5ec98d8c2ffae9 /src/tools.h
parent50f4c40bdb5667aa7053434dede2dd98f6f9e243 (diff)
downloadlanes-780f069d10b120968ae5867cc7e5a0da1ed05054.tar.gz
lanes-780f069d10b120968ae5867cc7e5a0da1ed05054.tar.bz2
lanes-780f069d10b120968ae5867cc7e5a0da1ed05054.zip
Boyscouting
Diffstat (limited to 'src/tools.h')
-rw-r--r--src/tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools.h b/src/tools.h
index e240fdb..5127ea0 100644
--- a/src/tools.h
+++ b/src/tools.h
@@ -18,7 +18,7 @@ enum class FuncSubType
18 FastJIT 18 FastJIT
19}; 19};
20 20
21[[nodiscard]] FuncSubType luaG_getfuncsubtype(lua_State* L_, int _i); 21[[nodiscard]] FuncSubType luaG_getfuncsubtype(lua_State* L_, int i_);
22 22
23// ################################################################################################# 23// #################################################################################################
24 24