mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 16:19:12 +00:00
CTextParser imps
This commit is contained in:
@@ -256,6 +256,7 @@ public:
|
||||
return ((TToken<T>*)this)->GetObj();
|
||||
}
|
||||
T* operator->() {return GetObj();}
|
||||
const T* operator->() const {return GetObj();}
|
||||
};
|
||||
|
||||
template <class T>
|
||||
|
||||
Reference in New Issue
Block a user