mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00

Make it convenient to add third-party libraries. Signed-off-by: Le Tan <tamlokveer@gmail.com>
7 lines
90 B
C
7 lines
90 B
C
#ifndef VCONSTANTS_H
|
|
#define VCONSTANTS_H
|
|
|
|
enum class DocType { Html, Markdown };
|
|
|
|
#endif
|