Store user data in $HOME
[kball.git] / include / filehelp.h
blobf44ae39f06d31b1ddd4f6bfe4bbd7fc43fa466a0
1 // --------------------------------------------------------
2 // filehelp.h
3 // --------------------------------------------------------
4 // Copyright (c) 2003, 2004, Kronoman
5 // In loving memory of my father
6 // --------------------------------------------------------
7 // I use this for reach the datafile searching in common paths
8 // Is specially useful for datafiles in Windows, because most
9 // of the time Windows don't start the program in the executable path,
10 // and the program is unable to find the datafile.
11 // --------------------------------------------------------
14 #ifndef FILEHELP_H
15 #define FILEHELP_H
17 char *where_is_the_filename(char *buffer, const char *filename);
19 #endif