working on localization tool

This commit is contained in:
Chris Danford
2005-12-29 02:40:09 +00:00
parent 2d7ae984e2
commit df984aef76
15 changed files with 397 additions and 35 deletions
+2 -2
View File
@@ -5,6 +5,7 @@
#include "RageUtil.h"
#include "RageFileManager.h"
#include "song.h"
#include "SpecialFiles.h"
/*
* A quick explanation of song cache hashes: Each song has two hashes; a hash of the
@@ -23,8 +24,7 @@
* path; we don't have to actually look in the directory (to find out the directory hash)
* in order to find the cache file.
*/
#define CACHE_DIR "Cache/"
#define CACHE_INDEX CACHE_DIR "index.cache"
#define CACHE_INDEX SpecialFiles::CACHE_DIR + "index.cache"
SongCacheIndex *SONGINDEX;