mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 10:17:01 +00:00
@@ -5,9 +5,11 @@
|
||||
#include "rstl/string.hpp"
|
||||
|
||||
class IMetaAnim;
|
||||
class CInputStream;
|
||||
|
||||
class CAnimation {
|
||||
public:
|
||||
CAnimation(CInputStream& in);
|
||||
const rstl::rc_ptr< IMetaAnim >& GetMetaAnim() const { return x10_anim; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user