mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 02:55:05 +00:00
@@ -2,23 +2,9 @@
|
||||
#define __COBJECTREFERENCE_HPP__
|
||||
|
||||
#include <Kyoto/CVParamTransfer.hpp>
|
||||
#include <Kyoto/SObjectTag.hpp>
|
||||
#include <rstl/auto_ptr.hpp>
|
||||
|
||||
|
||||
#define kInvalidAssetId 0xFFFFFFFFu
|
||||
|
||||
typedef uint CAssetId;
|
||||
typedef uint FourCC;
|
||||
|
||||
struct SObjectTag {
|
||||
FourCC type;
|
||||
CAssetId id;
|
||||
|
||||
SObjectTag() {}
|
||||
SObjectTag(FourCC type, CAssetId id) : type(type), id(id) {}
|
||||
SObjectTag(const SObjectTag& other) : type(other.type), id(other.id) {}
|
||||
};
|
||||
|
||||
class IObj;
|
||||
class IObjectStore;
|
||||
class CObjectReference {
|
||||
|
||||
Reference in New Issue
Block a user