summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2PeopleAnimeDef.h
blob: 1ee14d0bf9a03c0dbfc030add71fb4a68d5f1470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#pragma once
#include "common.h"

class AFX_CLASS_EXPORT T2PeopleAnimeDef {
public:
	T2PeopleAnimeDef(CResFile& resFile);
	virtual ~T2PeopleAnimeDef();
	void Set(T2People* people, int h, int inIndex);

private:
	void Init();

	int m4;
	int m8;
	int mNumOfElems;
	int m10;
	T2PeopleAnimeDefElem *mElems;
};