mirror of https://github.com/AxioDL/metaforce.git
18 lines
229 B
C++
18 lines
229 B
C++
|
#ifndef __PSHAG_CANIMATIONSET_HPP__
|
||
|
#define __PSHAG_CANIMATIONSET_HPP__
|
||
|
|
||
|
#include "IOStreams.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
class CAnimationSet
|
||
|
{
|
||
|
public:
|
||
|
CAnimationSet(CInputStream& in);
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __PSHAG_CANIMATIONSET_HPP__
|