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

13 lines
157 B
C
Raw Normal View History

#ifndef GET_LINUX_APP_DIR
#define GET_LINUX_APP_DIR
#include <wx/wx.h>
class GetLinuxAppDir
{
public:
static wxString run();
};
#endif