#ifndef VCONSTANTS_H #define VCONSTANTS_H enum class DocType { Html, Markdown }; #endif