Added atRTTI to CEventNetwork (#1399)
This commit is contained in:
parent
ffc955f6c1
commit
131544e538
@ -1,6 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "fwddec.hpp"
|
#include "fwddec.hpp"
|
||||||
#include "pointers.hpp"
|
#include "pointers.hpp"
|
||||||
|
#include <base/atRTTI.hpp>
|
||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
@ -539,7 +540,7 @@ namespace rage
|
|||||||
class CEventNetwork
|
class CEventNetwork
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~CEventNetwork() = default;//0x0000 (0)
|
DEFINE_RAGE_RTTI(rage::CEventNetwork);
|
||||||
virtual void unk_0008() = 0; //0x0008 (1)
|
virtual void unk_0008() = 0; //0x0008 (1)
|
||||||
virtual void unk_0010() = 0; //0x0010 (2)
|
virtual void unk_0010() = 0; //0x0010 (2)
|
||||||
virtual eEventNetworkType get_type() = 0; //0x0018 (3)
|
virtual eEventNetworkType get_type() = 0; //0x0018 (3)
|
||||||
|
Reference in New Issue
Block a user