mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-18 23:17:52 +08:00
10 lines
170 B
C++
10 lines
170 B
C++
#include "backend/looped/looped.hpp"
|
|
#include "gta_util.hpp"
|
|
|
|
namespace big
|
|
{
|
|
void looped::system_update_pointers()
|
|
{
|
|
g_local_player = gta_util::get_local_ped();
|
|
}
|
|
} |