TmpMenu/src/util/protection.hpp

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);
}