summaryrefslogtreecommitdiff
path: root/include/d/d_cs.h
blob: 2843e0265c74e4d6118920c4f9dbd9a9286ccc5d (plain)
1
2
3
4
5
6
7
8
#ifndef D_CS_H
#define D_CS_H

#include "d/d_base.h"

class dCs_c : public dBase_c {};

#endif