This commit is contained in:
Glenn Maynard
2003-06-30 05:17:40 +00:00
parent 7ff4080994
commit aed1cd789e
+1 -1
View File
@@ -20,7 +20,7 @@ class PlayerAI
public:
static void InitFromDisk();
static TapNoteScore PlayerAI::GetTapNoteScore( int iCpuSkill, int iSumOfAttackLevels );
static TapNoteScore GetTapNoteScore( int iCpuSkill, int iSumOfAttackLevels );
};