mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:07:43 +00:00
Several initial character classes
This commit is contained in:
20
Runtime/Character/CCharacterSet.hpp
Normal file
20
Runtime/Character/CCharacterSet.hpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef __PSHAG_CCHARACTERSET_HPP__
|
||||
#define __PSHAG_CCHARACTERSET_HPP__
|
||||
|
||||
#include "IOStreams.hpp"
|
||||
#include "CCharacterInfo.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CCharacterSet
|
||||
{
|
||||
u16 x0_version;
|
||||
std::map<u32, CCharacterInfo> x4_characters;
|
||||
public:
|
||||
CCharacterSet(CInputStream& in);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CCHARACTERSET_HPP__
|
||||
Reference in New Issue
Block a user