This commit is contained in:
Glenn Maynard
2006-09-27 06:25:18 +00:00
parent 2d1a2e6a07
commit f84cdbf13c
4 changed files with 6 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@ enum WorkoutStepsType
};
const RString& WorkoutStepsTypeToLocalizedString( WorkoutStepsType i );
WorkoutStepsType StringToWorkoutStepsType( const RString& str );
LuaDeclareType( WorkoutStepsType );
const int MIN_WORKOUT_MINUTES = 4;