#ifndef CDTEST_H #define CDTEST_H enum KDescription { First, //f Second, //b }; #endif // CDTEST_H