mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Initial CAnimData implementation and other support classes
This commit is contained in:
19
Runtime/Character/CSkinBank.hpp
Normal file
19
Runtime/Character/CSkinBank.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef __PSHAG_CSKINBANK_HPP__
|
||||
#define __PSHAG_CSKINBANK_HPP__
|
||||
|
||||
#include "IOStreams.hpp"
|
||||
#include "CSegId.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CSkinBank
|
||||
{
|
||||
std::vector<CSegId> x0_segments;
|
||||
public:
|
||||
CSkinBank(CInputStream& in);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CSKINBANK_HPP__
|
||||
Reference in New Issue
Block a user