mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
12 lines
154 B
C
12 lines
154 B
C
|
|
||
|
#ifndef PATHS_H
|
||
|
#define PATHS_H
|
||
|
|
||
|
class PATHS
|
||
|
{
|
||
|
public:
|
||
|
static wxString GetUserScriptingPath();
|
||
|
static wxString GetUserTemplatesPath();
|
||
|
};
|
||
|
|
||
|
#endif
|