#include "backend/looped/looped.hpp" #include "gta_util.hpp" namespace big { void looped::system_update_pointers() { if (g_local_player == nullptr) g_local_player = gta_util::get_local_ped(); } }