Skip to content

Commit

Permalink
Merge pull request ultimate-research#22 from jobrien97/master
Browse files Browse the repository at this point in the history
ground_touch_flag return type
  • Loading branch information
jobrien97 authored Oct 9, 2022
2 parents 52f0b90 + d2a0f51 commit bce3af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6048,7 +6048,7 @@ pub mod root {
#[link_name = "\u{1}_ZN3app8lua_bind36GroundModule__ground_touch_flag_implEPNS_26BattleObjectModuleAccessorE"]
pub fn ground_touch_flag(
module_accessor: *mut root::app::BattleObjectModuleAccessor,
) -> i32;
) -> u32;
}
extern "C" {
#[link_name = "\u{1}_ZN3app8lua_bind39GroundModule__ground_touch_flag_ex_implEPNS_26BattleObjectModuleAccessorEbb"]
Expand Down

0 comments on commit bce3af1

Please sign in to comment.