Use a proper mouse position for notplayer

This commit is contained in:
IQuant 2024-08-18 19:08:26 +03:00
parent 7b0a2a5cd5
commit c13502d4bb
3 changed files with 5 additions and 10 deletions

View file

@ -12,6 +12,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 {
println!("test fn called");
0
}