Added atRTTI to CEventNetwork (#1399)

This commit is contained in:
Forever Gone 2023-06-12 10:32:03 -04:00 committed by GitHub
parent ffc955f6c1
commit 131544e538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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