mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
17 lines
309 B
C++
17 lines
309 B
C++
#ifndef _maxpdf_frontend_PdfPaths_h_
|
|
#define _maxpdf_frontend_PdfPaths_h_
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
|
|
using namespace Upp;
|
|
|
|
// gets base path of user data
|
|
String GetPdfBasePath(void);
|
|
|
|
// gets data folder path
|
|
String GetPdfDataPath(void);
|
|
|
|
// gets config folder path
|
|
String GetPdfConfigPath(void);
|
|
|
|
#endif
|