Menu

[357496]: / export-orgmode.h  Maximize  Restore  History

Download this file

14 lines (10 with data), 188 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
#ifndef EXPORT_ORGMODE_H
#define EXPORT_ORGMODE_H
#include "export-base.h"
class ExportOrgMode:public ExportBase
{
public:
ExportOrgMode();
virtual void doExport();
};
#endif