Text: Fonts are scanned in fonts/ and Windows own directory

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@319 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-10-31 20:03:58 +00:00
parent bd23cc6f76
commit 3b4149be49
5 changed files with 63 additions and 36 deletions

View File

@@ -53,3 +53,6 @@ void Select_Home (short * Decalage_premier,short * Decalage_select);
short Calculer_decalage_click_dans_fileselector(void);
char * Nom_formate(char * Nom, int Type);
// Scans a directory, calls Callback for each file in it,
void for_each_file(const char * Nom_repertoire, void Callback(const char *));