File: filehelp.h

package info (click to toggle)
kball 0.0.20041216-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 10,812 kB
  • ctags: 523
  • sloc: cpp: 4,149; makefile: 109; sh: 64; ansic: 43
file content (19 lines) | stat: -rw-r--r-- 692 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// -------------------------------------------------------- 
// filehelp.h
// -------------------------------------------------------- 
// Copyright (c) 2003, 2004, Kronoman
// In loving memory of my father 
// -------------------------------------------------------- 
// I use this for reach the datafile searching in common paths
// Is specially useful for datafiles in Windows, because most 
// of the time Windows don't start the program in the executable path, 
// and the program is unable to find the datafile.
// --------------------------------------------------------


#ifndef FILEHELP_H
#define FILEHELP_H

char *where_is_the_filename(char *buffer, const char *filename);

#endif