kicad/include/paths.h

14 lines
249 B
C++

#ifndef PATHS_H
#define PATHS_H
class PATHS
{
public:
static wxString GetUserScriptingPath();
static wxString GetUserTemplatesPath();
static wxString GetDefaultUserProjectsPath();
static wxString GetStockScriptingPath();
};
#endif