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