mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[raknet] Add RakServer ctor stub
This commit is contained in:
parent
2b633f0f80
commit
634901d26c
@ -2,6 +2,11 @@
|
||||
|
||||
#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()
|
||||
{
|
||||
// TODO: RakServer::vftable_0() (server W: 45AC90 L: 807B8C0)
|
||||
|
@ -14,6 +14,8 @@ class RAK_DLL_EXPORT RakServer : public RakServerInterface, public RakPeer
|
||||
{
|
||||
|
||||
public:
|
||||
///Constructor
|
||||
RakServer();
|
||||
|
||||
void vftable_0();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user