Files
itgmania212121/stepmania/src/PlayerAI.h
T
Chris Danford b555be59df more rave balancing
add "noquads"
2004-01-12 03:47:55 +00:00

28 lines
522 B
C++

#ifndef PlayerAI_H
#define PlayerAI_H
/*
-----------------------------------------------------------------------------
Class: PlayerAI
Desc: .
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "GameConstantsAndTypes.h"
const int NUM_SKILL_LEVELS = 6; // 0-5
class PlayerAI
{
public:
static void InitFromDisk();
static TapNoteScore GetTapNoteScore( PlayerNumber pn );
};
#endif