mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-02 19:27:12 +00:00
[raknet] Add RakPeer ctor stub
This commit is contained in:
parent
634901d26c
commit
cfbeb7d436
@ -4,6 +4,11 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
RakPeer::RakPeer()
|
||||
{
|
||||
// TODO: RakPeer ctor saco .text:1003DE50 server W .text:00455140 L .text:08072970 bot W .text:00408DF0 L .text:08071AB0
|
||||
}
|
||||
|
||||
void RakPeer::vftable_0()
|
||||
{
|
||||
// TODO: RakPeer::vftable_0() (saco W: 10042780) (server W: 459CC0 L: 8072430) (bot W: 40D490 L: 807229E)
|
||||
|
@ -11,6 +11,8 @@
|
||||
class RAK_DLL_EXPORT RakPeer : public RakPeerInterface
|
||||
{
|
||||
public:
|
||||
///Constructor
|
||||
RakPeer();
|
||||
|
||||
void vftable_0();
|
||||
void vftable_4();
|
||||
|
Loading…
Reference in New Issue
Block a user