|
|
1.1 root 1: /*
2: Hatari
3:
1.1.1.3 root 4: This file is distributed under the GNU General Public License, version 2
5: or at your option any later version. Read the file gpl.txt for details.
1.1 root 6: */
7:
8: #ifndef HATARI_PATHS_H
9: #define HATARI_PATHS_H
10:
1.1.1.2 root 11: extern void Paths_Init(const char *argv0);
1.1.1.4 ! root 12: extern void Paths_UnInit(void);
1.1 root 13: extern const char *Paths_GetWorkingDir(void);
14: extern const char *Paths_GetDataDir(void);
15: extern const char *Paths_GetUserHome(void);
16: extern const char *Paths_GetHatariHome(void);
1.1.1.4 ! root 17: extern const char *Paths_GetScreenShotDir(void);
! 18: #if defined(__MACOSX__)
! 19: extern char *Paths_GetMacScreenShotDir(void);
! 20: #endif
1.1 root 21:
22: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.