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

#include "d/a/npc/d_a_npc.h"

class dAcNpcDsk_c : public dAcNpc_c {
public:
    dAcNpcDsk_c() {}
    virtual ~dAcNpcDsk_c() {}

private:
};

#endif