initial commit

This commit is contained in:
2020-09-04 22:21:23 +03:00
commit 5a49104273
68 changed files with 8387 additions and 0 deletions

10
libs/cd_utils/cdtest.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef CDTEST_H
#define CDTEST_H
enum KDescription {
First, //f Первый
Second, //b Второй
};
#endif // CDTEST_H