mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
CAnimSourceReader imps
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
#ifndef __URDE_CSEGSTATEMENTSET_HPP__
|
||||
#define __URDE_CSEGSTATEMENTSET_HPP__
|
||||
|
||||
#include "CAnimPerSegmentData.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CSegIdList;
|
||||
class CCharLayoutInfo;
|
||||
|
||||
class CSegStatementSet
|
||||
{
|
||||
public:
|
||||
/* Used to be a pointer to arbitrary subclass-provided storage,
|
||||
* now it's a self-stored array */
|
||||
CAnimPerSegmentData x4_segData[100];
|
||||
void Add(const CSegIdList& list, const CCharLayoutInfo& layout,
|
||||
const CSegStatementSet& other, float weight);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user