From 6fa94078913dc4fe626c828f711d1458667891da Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Tue, 23 Aug 2005 21:05:18 +0000 Subject: [PATCH] struct -> class --- stepmania/src/PlayerAI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/PlayerAI.h b/stepmania/src/PlayerAI.h index 83d060b884..69dc1aa7f2 100644 --- a/stepmania/src/PlayerAI.h +++ b/stepmania/src/PlayerAI.h @@ -5,7 +5,7 @@ #include "GameConstantsAndTypes.h" -struct PlayerState; +class PlayerState; const int NUM_SKILL_LEVELS = 6; // 0-5