1 // --------------------------------------------------------
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 // --------------------------------------------------------
17 char *where_is_the_filename(char *buffer
, const char *filename
);