Case counts on Linux

This commit is contained in:
Ben Anderson
2003-07-11 18:08:57 +00:00
parent 74f93ed4cd
commit e882f9d3b2
+4 -4
View File
@@ -14,13 +14,13 @@
#include "PrefsManager.h"
#include "RageLog.h"
#include "song.h"
#include "course.h"
#include "Course.h"
#include "RageException.h"
#include "RageUtil.h"
#include "UnlockSystem.h"
#include "SongManager.h"
#include "gamestate.h"
#include "inifile.h"
#include "GameState.h"
#include "IniFile.h"
#include <fstream>
using namespace std;
@@ -584,4 +584,4 @@ float UnlockSystem::UnlockToasty()
WriteValues("Data/MemCard.ini");
return ToastyPoints;
}
}