summaryrefslogtreecommitdiff
path: root/include/d/a/npc/d_a_npc_terry.h
blob: f7eca058512a026f2b37d4d3db2cb9f9baf1f60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef D_A_NPC_TERRY_H
#define D_A_NPC_TERRY_H

#include "d/a/npc/d_a_npc.h"
#include "s/s_State.hpp"

class dAcNpcTerry_c : public dAcNpc_c {
public:
    dAcNpcTerry_c() : mStateMgr(*this) {}
    virtual ~dAcNpcTerry_c() {}

private:
    /* 0x??? */ STATE_MGR_DECLARE(dAcNpcTerry_c);
};

#endif