rename UnlockSystem -> UnlockManager

This commit is contained in:
Glenn Maynard
2005-02-21 06:23:57 +00:00
parent 74d27315d3
commit 9dbeb4eeef
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2527,10 +2527,10 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
RelativePath=".\ThemeManager.h">
</File>
<File
RelativePath="UnlockSystem.cpp">
RelativePath="UnlockManager.cpp">
</File>
<File
RelativePath="UnlockSystem.h">
RelativePath="UnlockManager.h">
</File>
<File
RelativePath=".\VirtualKeyboard.cpp">
@@ -4,7 +4,7 @@
#include "song.h"
#include "Course.h"
#include "RageUtil.h"
#include "UnlockSystem.h"
#include "UnlockManager.h"
#include "SongManager.h"
#include "GameState.h"
#include "MsdFile.h"