mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 10:27:42 +00:00
Several initial character classes
This commit is contained in:
26
Runtime/Character/CCharacterInfo.hpp
Normal file
26
Runtime/Character/CCharacterInfo.hpp
Normal file
@@ -0,0 +1,26 @@
|
||||
#ifndef __PSHAG_CCHARACTERINFO_HPP__
|
||||
#define __PSHAG_CCHARACTERINFO_HPP__
|
||||
|
||||
#include "IOStreams.hpp"
|
||||
#include "CPASDatabase.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CCharacterInfo
|
||||
{
|
||||
u16 x0_tableCount;
|
||||
std::string x4_name;
|
||||
TResId x14_cmdl;
|
||||
TResId x18_cskr;
|
||||
TResId x1c_cinf;
|
||||
std::vector<std::pair<u32, std::pair<std::string, std::string>>> x20_animInfo;
|
||||
CPASDatabase x30_pasDatabase;
|
||||
|
||||
public:
|
||||
CCharacterInfo(CInputStream& in);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CCHARACTERINFO_HPP__
|
||||
Reference in New Issue
Block a user