summaryrefslogtreecommitdiff
path: root/include/d/t/d_t_mole_mgr.h
blob: a462ed8cc1838049948809c7516ae127cf3018d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef D_T_MOLE_MGR_H
#define D_T_MOLE_MGR_H

#include "d/t/d_tg.h"

class dTgMoleMgr_c : public dTg_c {
public:
    dTgMoleMgr_c() {}
    virtual ~dTgMoleMgr_c() {}

private:
};

#endif