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

13 lines
145 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
{
public:
static wxString run();
};
#endif