mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-24 01:22:23 +08:00
@ -41,11 +41,11 @@ namespace big
|
||||
const std::vector<weapon_item>& get_weapon_arr();
|
||||
|
||||
private:
|
||||
void load_from_file(std::string file_path, std::string etag_path, std::string url, void(gta_data_service::* load_func)(file), std::string data_name);
|
||||
void load_from_file(std::string file_path, std::string etag_path, std::string url, bool(gta_data_service::* load_func)(file), std::string data_name);
|
||||
|
||||
void load_vehicles(file file_to_load);
|
||||
void load_peds(file file_to_load);
|
||||
void load_weapons(file file_to_load);
|
||||
bool load_vehicles(file file_to_load);
|
||||
bool load_peds(file file_to_load);
|
||||
bool load_weapons(file file_to_load);
|
||||
};
|
||||
|
||||
inline gta_data_service* g_gta_data_service{};
|
||||
|
Reference in New Issue
Block a user