13 lines
204 B
C
Raw Normal View History

#ifndef PATHS_H
#define PATHS_H
class PATHS
{
public:
static wxString GetUserScriptingPath();
static wxString GetUserTemplatesPath();
2021-01-22 23:17:32 -05:00
static wxString GetDefaultUserProjectsPath();
};
#endif