]> git.sven.stormbind.net Git - sven/vym.git/blob - src/export-orgmode.h
Add a README.source file to describe the tarball creation. Upstream commit d9d7b12a05...
[sven/vym.git] / src / export-orgmode.h
1 #ifndef EXPORT_ORGMODE_H
2 #define EXPORT_ORGMODE_H
3
4 #include "export-base.h"
5
6 class ExportOrgMode : public ExportBase {
7   public:
8     ExportOrgMode();
9     virtual void doExport();
10 };
11
12 #endif