#ifndef CMDOPTIONS_H #define CMDOPTIONS_H //----------------------------------------------------------------------------- namespace CommandLine { //----------------------------------------------------------------------------- enum Mode { ModeUndefined = 0, ModeConvert }; //----------------------------------------------------------------------------- enum DocumentType { DocumentTypeUndefined = 0, DocumentTypeImage, DocumentTypeFont }; //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- //----------------------------------------------------------------------------- } //----------------------------------------------------------------------------- #endif // CMDOPTIONS_H