Added atRTTI to CEventNetwork (#1399)

This commit is contained in:
Forever Gone 2023-06-12 10:32:03 -04:00 committed by GitHub
parent b388d46623
commit f1895be28a

View File

@ -1,6 +1,7 @@
#pragma once
#include "fwddec.hpp"
#include "pointers.hpp"
#include <base/atRTTI.hpp>
#include <cstdint>
@ -539,7 +540,7 @@ namespace rage
class CEventNetwork
{
public:
virtual ~CEventNetwork() = default;//0x0000 (0)
DEFINE_RAGE_RTTI(rage::CEventNetwork);
virtual void unk_0008() = 0; //0x0008 (1)
virtual void unk_0010() = 0; //0x0010 (2)
virtual eEventNetworkType get_type() = 0; //0x0018 (3)