14 lines
249 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();
2021-01-22 23:27:39 -05:00
static wxString GetStockScriptingPath();
};
#endif