c2a20e4c83
*Merging CleanUp source into main. NOTE: You might not want to update right away because there might still be some issues. New issue reports to this are of course welcome ;).
17 lines
229 B
C
17 lines
229 B
C
#ifndef _LISTFILES_H_
|
|
#define _LISTFILES_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
bool findfile(const char * filename, const char * path);
|
|
int GetFiles(char * filespath);
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|