mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 04:57:00 +00:00
@@ -16,15 +16,15 @@ public:
|
||||
CToken(const CToken& other);
|
||||
~CToken();
|
||||
|
||||
|
||||
CObjOwnerDerivedFromIObjUntyped* GetObj();
|
||||
void Lock();
|
||||
void Unlock();
|
||||
bool IsLoaded() const { return x0_objRef->IsLoaded(); }
|
||||
void RemoveRef();
|
||||
CToken& operator=(const CToken&);
|
||||
bool HasReference() const { return x0_objRef != nullptr; }
|
||||
FourCC GetReferenceType() { return x0_objRef->GetTag().type; }
|
||||
|
||||
protected:
|
||||
bool HasLock() { return x4_lockHeld; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user