cleanup
This commit is contained in:
Glenn Maynard
2005-05-31 21:48:12 +00:00
parent 086665ba05
commit 55f388d075
2 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -22,15 +22,15 @@ HANDLE DoFindFirstFile( const CString &sPath, WIN32_FIND_DATA *fd );
#endif
#if defined(WIN32)
int WinMoveFile( CString sOldPath, CString sNewPath );
bool WinMoveFile( CString sOldPath, CString sNewPath );
#endif
#if !defined(O_BINARY)
#define O_BINARY 0
#endif
bool CreateDirectories( CString Path );
bool PathReady( CString path );
bool CreateDirectories( CString sPath );
bool PathReady( CString sPath );
#include "RageUtil_FileDB.h"
class DirectFilenameDB: public FilenameDB