00001 #ifndef SEARCH_TTF_H 00002 #define SEARCH_TTF_H 00003 00013 #include <string> 00014 00015 00023 extern std::string searchTTF(const char* fname = ""); 00024 00025 #endif /* !SEARCH_TTF_H */ 00026