add PlayerScoreList
This commit is contained in:
@@ -93,7 +93,10 @@ Font.cpp Font.h \
|
|||||||
FontCharAliases.cpp FontCharAliases.h \
|
FontCharAliases.cpp FontCharAliases.h \
|
||||||
FontCharmaps.cpp FontCharmaps.h Game.cpp Game.h GameCommand.cpp GameCommand.h \
|
FontCharmaps.cpp FontCharmaps.h Game.cpp Game.h GameCommand.cpp GameCommand.h \
|
||||||
GameConstantsAndTypes.cpp GameConstantsAndTypes.h \
|
GameConstantsAndTypes.cpp GameConstantsAndTypes.h \
|
||||||
GameInput.cpp GameInput.h Grade.cpp Grade.h HighScore.cpp HighScore.h Inventory.cpp Inventory.h LuaFunctions.h \
|
GameInput.cpp GameInput.h Grade.cpp Grade.h \
|
||||||
|
HighScore.cpp HighScore.h \
|
||||||
|
InputEventPlus.cpp InputEventPlus.h \
|
||||||
|
Inventory.cpp Inventory.h LuaFunctions.h \
|
||||||
LuaReference.cpp LuaReference.h \
|
LuaReference.cpp LuaReference.h \
|
||||||
LyricsLoader.cpp LyricsLoader.h MenuInput.h \
|
LyricsLoader.cpp LyricsLoader.h MenuInput.h \
|
||||||
NoteData.cpp NoteData.h NoteDataUtil.cpp NoteDataUtil.h NoteDataWithScoring.cpp NoteDataWithScoring.h \
|
NoteData.cpp NoteData.h NoteDataUtil.cpp NoteDataUtil.h NoteDataWithScoring.cpp NoteDataWithScoring.h \
|
||||||
|
|||||||
@@ -856,6 +856,9 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="HighScore.h">
|
RelativePath="HighScore.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\InputEventPlus.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="Inventory.cpp">
|
RelativePath="Inventory.cpp">
|
||||||
</File>
|
</File>
|
||||||
@@ -1929,6 +1932,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath=".\Player.h">
|
RelativePath=".\Player.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\PlayerScoreList.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\PlayerScoreList.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ReceptorArrow.cpp">
|
RelativePath=".\ReceptorArrow.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
|||||||
@@ -884,6 +884,10 @@ SOURCE=.\HighScore.h
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\InputEventPlus.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\Inventory.cpp
|
SOURCE=.\Inventory.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@@ -2110,6 +2114,14 @@ SOURCE=.\Player.h
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\PlayerScoreList.cpp
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\PlayerScoreList.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\ReceptorArrow.cpp
|
SOURCE=.\ReceptorArrow.cpp
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|||||||
@@ -836,6 +836,9 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath="HighScore.h">
|
RelativePath="HighScore.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="InputEventPlus.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="Inventory.cpp">
|
RelativePath="Inventory.cpp">
|
||||||
</File>
|
</File>
|
||||||
@@ -1909,6 +1912,12 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\
|
|||||||
<File
|
<File
|
||||||
RelativePath=".\Player.h">
|
RelativePath=".\Player.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="PlayerScoreList.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="PlayerScoreList.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\ReceptorArrow.cpp">
|
RelativePath=".\ReceptorArrow.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
|||||||
Reference in New Issue
Block a user