#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