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

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

private:
    int mFillerStart;
    int mFillerRange;
    int mHStart;
    int mHRange;
};