mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 21:11:21 +00:00
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__
|