vnote/src/vconstants.h
Le Tan 5fa07864a1 move source stuff into src subdir
Make it convenient to add third-party libraries.

Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-22 14:11:33 +08:00

7 lines
90 B
C

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