Code review change
This commit is contained in:
parent
8678726869
commit
7c667f10f6
@ -229,5 +229,5 @@ namespace big::functions
|
||||
using is_ped_enemies_with = bool (*)(CPedIntelligence* from, CPed* target, bool check_relationship, bool skip_friend_check, bool skip_combat_task_check);
|
||||
using can_do_damage_to_ped = bool (*)(CPed* from, CWeaponInfo* current_weapon, CPed* target);
|
||||
|
||||
using get_last_keyboard_state = int32_t (*)();
|
||||
using get_last_keyboard_state = KeyboardState (*)();
|
||||
}
|
||||
|
Reference in New Issue
Block a user