mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-09-20 04:36:01 +08:00
[raknet] Add RakServer ctor stub
This commit is contained in:
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
#include "RakServer.h"
|
#include "RakServer.h"
|
||||||
|
|
||||||
|
RakServer::RakServer()
|
||||||
|
{
|
||||||
|
// TODO: RakServer ctor saco .text:100436F0 server W .text:0045AC20 L .text:0807B820 bot L .text:08081062
|
||||||
|
}
|
||||||
|
|
||||||
void RakServer::vftable_0()
|
void RakServer::vftable_0()
|
||||||
{
|
{
|
||||||
// TODO: RakServer::vftable_0() (server W: 45AC90 L: 807B8C0)
|
// TODO: RakServer::vftable_0() (server W: 45AC90 L: 807B8C0)
|
||||||
|
@ -14,6 +14,8 @@ class RAK_DLL_EXPORT RakServer : public RakServerInterface, public RakPeer
|
|||||||
{
|
{
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
///Constructor
|
||||||
|
RakServer();
|
||||||
|
|
||||||
void vftable_0();
|
void vftable_0();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user