2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:11:20 +00:00
metaforce/Runtime/Character/CSkinBank.hpp

20 lines
268 B
C++

#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__