xml-copy-editor-code/src/getlinuxappdir.h

13 lines
142 B
C
Raw Normal View History

2007-09-07 23:17:30 +02:00
#ifndef GET_LINUX_APP_DIR
#define GET_LINUX_APP_DIR
#include <wx/wx.h>
class GetLinuxAppDir
{
2007-09-08 00:25:30 +02:00
public:
static wxString run();
2007-09-07 23:17:30 +02:00
};
#endif