From d9041d6e12ded456c17622f7f2e7bbacb9e99b1a Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 26 Mar 2019 09:09:02 +0800 Subject: *misc --- source/3rd-party/Luax/luax_state.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/3rd-party/Luax/luax_state.cpp') diff --git a/source/3rd-party/Luax/luax_state.cpp b/source/3rd-party/Luax/luax_state.cpp index 8c30c00..b7b89a3 100644 --- a/source/3rd-party/Luax/luax_state.cpp +++ b/source/3rd-party/Luax/luax_state.cpp @@ -151,6 +151,11 @@ namespace Luax lua_pushnumber(mState, (double)value); } + void LuaxState::Push(s64 value) + { + lua_pushinteger(mState, value); + } + void LuaxState::Push(uintptr value) { lua_pushlightuserdata(mState, (void*)value); -- cgit v1.1-26-g67d0