[raknet] Add RakServer ctor stub

This commit is contained in:
RD42 2024-02-14 22:58:40 +08:00
parent 2b633f0f80
commit 634901d26c
2 changed files with 7 additions and 0 deletions

View File

@ -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)

View File

@ -14,6 +14,8 @@ class RAK_DLL_EXPORT RakServer : public RakServerInterface, public RakPeer
{
public:
///Constructor
RakServer();
void vftable_0();