summaryrefslogtreecommitdiff
path: root/include/d/a/e/d_a_e_cactus.h
blob: 7dda45aaac14ba50c15c55be03d9c7188109add1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef D_A_E_CACTUS_H
#define D_A_E_CACTUS_H

#include "d/a/e/d_a_en_base.h"

class dAcEcactus_c : public dAcEnBase_c {
public:
    dAcEcactus_c() {}
    virtual ~dAcEcactus_c() {}

private:
};

#endif