mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 17:07:41 +00:00
IOWinManager implementation optimizations
This commit is contained in:
@@ -77,6 +77,7 @@ class ncrc_ptr
|
||||
friend class rc_ptr<T>;
|
||||
public:
|
||||
ncrc_ptr(const rc_ptr<T>& other) : m_aux(other.m_aux) {}
|
||||
T* get() const {return static_cast<T*>(m_aux->GetPtr());}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user