RDR-Classes/classes.cpp
maybegreat48 a2a74e151a
Invoker stuff (#1)
* feat: initialize classes repo

* feat(script): stuff for native invoker

* feat: add some more classes

* feat(player): complete CNetworkPlayerMgr

* feat(network): add some more stuff

* feat(network): add rlGamerInfo

* feat(player): add CPlayerInfo
2023-08-26 21:12:04 +02:00

17 lines
621 B
C++

#include "network/CNetGamePlayer.hpp"
#include "network/CNetworkPlayerMgr.hpp"
#include "network/netPeerAddress.hpp"
#include "network/netPlayer.hpp"
#include "network/netPlayerMgrBase.hpp"
#include "network/rlGamerHandle.hpp"
#include "network/rlGamerInfoBase.hpp"
#include "network/rlGamerInfo.hpp"
#include "player/CPlayerInfo.hpp"
#include "rage/joaat.hpp"
#include "rage/vector.hpp"
#include "script/scriptHandlerNetComponent.hpp"
#include "script/scrNativeHandler.hpp"
#include "script/scrThread.hpp"
#include "script/scrThreadContext.hpp"
#include "script/scrVector.hpp"
#include "script/types.hpp"