00001 #ifndef DEFAULT_FILE_H 00002 #define DEFAULT_FILE_H 00003 00004 00005 #include "audiere.h" 00006 #include "internal.h" 00007 00008 00009 namespace audiere { 00010 00011 ADR_EXPORT(File*) AdrOpenFile(const char* filename, bool writeable); 00012 00013 } 00014 00015 00016 #endif