Code review change

This commit is contained in:
Arthur 2024-09-03 19:10:51 +03:00
parent 8678726869
commit 7c667f10f6

View File

@ -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 (*)();
}