Replaced most D3DX dependencies. Added Brendan's not-yet-functional networking code.
This commit is contained in:
@@ -71,12 +71,12 @@ enum NoteType
|
||||
NOTE_TYPE_INVALID
|
||||
};
|
||||
|
||||
D3DXCOLOR NoteTypeToColor( NoteType nt );
|
||||
RageColor NoteTypeToColor( NoteType nt );
|
||||
float NoteTypeToBeat( NoteType nt );
|
||||
NoteType GetNoteType( int iNoteIndex );
|
||||
bool IsNoteOfType( int iNoteIndex, NoteType t );
|
||||
D3DXCOLOR GetNoteColorFromIndex( int iNoteIndex );
|
||||
D3DXCOLOR GetNoteColorFromBeat( float fBeat );
|
||||
RageColor GetNoteColorFromIndex( int iNoteIndex );
|
||||
RageColor GetNoteColorFromBeat( float fBeat );
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user