mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Several initial character classes
This commit is contained in:
17
Runtime/Character/CAnimationSet.hpp
Normal file
17
Runtime/Character/CAnimationSet.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __PSHAG_CANIMATIONSET_HPP__
|
||||
#define __PSHAG_CANIMATIONSET_HPP__
|
||||
|
||||
#include "IOStreams.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CAnimationSet
|
||||
{
|
||||
public:
|
||||
CAnimationSet(CInputStream& in);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CANIMATIONSET_HPP__
|
||||
Reference in New Issue
Block a user