mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
10 lines
224 B
C++
10 lines
224 B
C++
#pragma once
|
|
|
|
namespace big::protection
|
|
{
|
|
bool is_crash_object(rage::joaat_t model);
|
|
bool is_crash_ped(rage::joaat_t model);
|
|
bool is_crash_vehicle(rage::joaat_t model);
|
|
bool is_valid_player_model(rage::joaat_t model);
|
|
}
|