mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(object): add members to CGObject
This commit is contained in:
parent
b4c8c78fe5
commit
f6236a3ebf
@ -1,6 +1,7 @@
|
||||
#ifndef OBJECT_CLIENT_CG_OBJECT_HPP
|
||||
#define OBJECT_CLIENT_CG_OBJECT_HPP
|
||||
|
||||
#include "object/Types.hpp"
|
||||
#include <cstdint>
|
||||
|
||||
struct CGObjectData {
|
||||
@ -11,6 +12,12 @@ class CGObject {
|
||||
public:
|
||||
// Public static functions
|
||||
static uint32_t TotalFieldsSaved();
|
||||
|
||||
// Public member variables
|
||||
CGObjectData* m_obj;
|
||||
uint32_t* m_objSaved;
|
||||
uint32_t m_memHandle;
|
||||
OBJECT_TYPE_ID m_typeID;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user