Continue work on CActor::UpdateAnimation; lots of headers n stuff

This commit is contained in:
2022-08-14 14:38:41 -04:00
parent 7c92358bf6
commit 85284f7640
43 changed files with 1190 additions and 148 deletions

View File

@@ -20,6 +20,11 @@ public:
T* get() { return x0_refData->x0_ptr; }
T* operator->() { return get(); }
};
template < typename T >
class ncrc_ptr : public rc_ptr< T > {
// TODO
};
} // namespace rstl
#endif