feat(GTA): Added ref to class Replay, Object & Vehicle

This commit is contained in:
Yimura 2021-01-15 16:48:30 +01:00
parent 8752a9f93c
commit 04eb6617b1
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -70,3 +70,7 @@ class CNetGamePlayer;
class CNetworkPlayerMgr;
class CPlayerInfo;
class CNetworkObjectMgr;
class CReplayInterface;
class CObjectInterface;
class CVehicleInterface;