Start moving animation related class headers to Kyoto where appropriate

Former-commit-id: 5ec6adb7c3
This commit is contained in:
2022-12-09 11:38:20 -08:00
parent e141569f99
commit d6b59eabc8
12 changed files with 19 additions and 17 deletions

View File

@@ -5,8 +5,10 @@
#include "rstl/string.hpp"
class CInputStream;
class CPrimitive {
public:
CPrimitive(CInputStream& in);
CAssetId GetAnimResId() const { return x0_animId; }
private: