JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
bump version to 0.5.8
[vor.git] / file.h
diff --git a/file.h b/file.h
index f376213..51045cc 100644 (file)
--- a/file.h
+++ b/file.h
 #include <stdio.h>
 
 char *add_data_path(char *filename);
-bool is_dir(char *dirname);
-bool is_file(char *filename);
-bool find_data_dir(void);
-bool find_score_file(void);
 bool find_files(void);
 FILE *open_score_file(char *mode);
 
-#ifdef WIN32
-# define PATH_SEPARATOR '\\'
-#else
-# define PATH_SEPARATOR '/'
-#endif
-
 #endif // VOR_FILE_H