aboutsummaryrefslogtreecommitdiff
path: root/src/lua/jin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/jin.h')
-rw-r--r--src/lua/jin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/jin.h b/src/lua/jin.h
index 473ead7..7b38ce7 100644
--- a/src/lua/jin.h
+++ b/src/lua/jin.h
@@ -23,12 +23,12 @@ namespace JinEngine
///
/// open jin module.
///
- LUA_EXPORT int luaopen_jin(lua_State* L);
+ LUA_EXPORT void open(lua_State* L);
///
/// Boot jin.
///
- LUA_EXPORT void boot(lua_State* L);
+ LUA_EXPORT void boot(lua_State* L, const char* cwd);
} // namespace JinEngine
} // namespace Lua