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

13 lines
145 B
C
Raw Normal View History

2007-08-30 01:12:56 +02:00
#ifndef GET_LINUX_APP_DIR
#define GET_LINUX_APP_DIR
#include <wx/wx.h>
class GetLinuxAppDir
{
public:
static wxString run();
};
#endif