Cobalt Framework
beta
Console application support
|
00001 00008 #ifndef COBALT_H 00009 #define COBALT_H 00010 00011 #include "CBFramework.h" 00012 00013 /* Error */ 00014 #include "CBError.h" 00015 00016 /* Data structure for command line */ 00017 #include "CBCommandLine.h" 00018 #include "CBOption.h" 00019 00020 /* Parser for command line */ 00021 #include "CBCommandLineForm.h" 00022 #include "CBCommandForm.h" 00023 #include "CBOptionForm.h" 00024 #include "CBCommandLineParser.h" 00025 00026 #endif /* COBALT_H */ 00027