mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Rename ewext dll, because there is one guy who has an old version of a dll being loaded for some reason.
This commit is contained in:
parent
8543a0a3e9
commit
cc43dd1dfc
4 changed files with 4 additions and 4 deletions
|
@ -65,7 +65,7 @@ unsafe extern "C" fn encode_area(lua: *mut lua_State) -> c_int {
|
|||
///
|
||||
/// Only gets called by lua when loading a module.
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn luaopen_ewext(lua: *mut lua_State) -> c_int {
|
||||
pub unsafe extern "C" fn luaopen_ewext0(lua: *mut lua_State) -> c_int {
|
||||
println!("Initializing ewext");
|
||||
unsafe {
|
||||
LUA.lua_createtable(lua, 0, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue