#include #ifndef DIRS_H #define DIRS_H wxString GetUserDir(); wxString GetUserPrefDir(); wxString GetRecoveryDB(); wxString GetAccountDir(wxString AccName, bool ServerCert); wxString GetAccountsFile(); wxString GetSettingsFile(); #endif