vconstants.h 90 B

123456
  1. #ifndef VCONSTANTS_H
  2. #define VCONSTANTS_H
  3. enum class DocType { Html, Markdown };
  4. #endif