2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 08:27:42 +00:00

Character factory support classes

This commit is contained in:
Jack Andersen
2016-04-12 20:07:23 -10:00
parent 1d2c2bf31f
commit 5de5c3d85f
186 changed files with 898 additions and 553 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __PSHAG_CANIMCHARACTERSET_HPP__
#define __PSHAG_CANIMCHARACTERSET_HPP__
#ifndef __URDE_CANIMCHARACTERSET_HPP__
#define __URDE_CANIMCHARACTERSET_HPP__
#include "CFactoryMgr.hpp"
#include "CCharacterSet.hpp"
@@ -15,10 +15,12 @@ class CAnimCharacterSet
CAnimationSet x1c_animationSet;
public:
CAnimCharacterSet(CInputStream& in);
const CCharacterSet& GetCharacterSet() const {return x4_characterSet;}
const CAnimationSet& GetAnimationSet() const {return x1c_animationSet;}
};
CFactoryFnReturn FAnimCharacterSet(const SObjectTag&, CInputStream&, const CVParamTransfer&);
}
#endif // __PSHAG_CANIMCHARACTERSET_HPP__
#endif // __URDE_CANIMCHARACTERSET_HPP__