binana/profile/3.3.5a-windows-386/include/common/refcount.h

11 lines
No EOL
144 B
C

#ifndef COMMON_REF_COUNT_H
#define COMMON_REF_COUNT_H
DECLARE_STRUCT(TRefCnt);
struct TRefCnt {
void* vfptr;
uint32_t m_refcnt;
};
#endif