mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Automated commit: v0.20.0
This commit is contained in:
parent
32f918ac0d
commit
3ab095d60b
4 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ static LUA: LazyLock<Lua51> = LazyLock::new(|| unsafe {
|
|||
|
||||
// const EWEXT: [(&'static str, Function); 1] = [("testfn", None)];
|
||||
|
||||
extern "C" fn test_fn(lua: *mut lua_State) -> c_int {
|
||||
extern "C" fn test_fn(_lua: *mut lua_State) -> c_int {
|
||||
println!("test fn called");
|
||||
0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue