FileMonitor: Get rid of "GC" from names and comments

This commit is contained in:
JosJuice
2014-12-25 11:12:04 +01:00
parent 8624461315
commit 1618d31523
2 changed files with 12 additions and 11 deletions

View File

@ -12,7 +12,7 @@ namespace FileMon
{
bool IsSoundFile(const std::string& filename);
void ReadGC(const std::string& file);
void ReadFileSystem(const std::string& file);
void CheckFile(const std::string& file, u64 size);
void FindFilename(u64 offset);
void Close();