Major rewrite of all classes related to gameplay (Song, Steps, Player,
WindowDancing and all its UI elements). All of the dancing UI elements have been consolidated into the Player class, which simplifies things a great deal. Steps and the classes that use them have been generalized to use a variable number of panels (6 panel, 8 panel). Only a little more work is needed on the ColorArrows portion of Player to fully support these panel modes.
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
// File: IniFile.cpp
|
||||
//
|
||||
// Desc: wrapper for reading and writing an .ini file.
|
||||
//
|
||||
// Copyright (c) 2001 Chris Danford. All rights reserved.
|
||||
//-----------------------------------------------------------------------------
|
||||
/*
|
||||
-----------------------------------------------------------------------------
|
||||
File: IniFile.h
|
||||
|
||||
Desc: Wrapper for reading and writing an .ini file.
|
||||
|
||||
Copyright (c) 2001 Chris Danford. All rights reserved.
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "IniFile.h"
|
||||
|
||||
Reference in New Issue
Block a user