mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 08:27:42 +00:00
Initial CAnimData implementation and other support classes
This commit is contained in:
@@ -12,6 +12,7 @@ class CSegIdList
|
||||
std::vector<CSegId> x0_list;
|
||||
public:
|
||||
CSegIdList(CInputStream& in);
|
||||
const std::vector<CSegId>& GetList() const {return x0_list;}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user