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,6 +1,14 @@
|
||||
// stdafx.cpp : source file that includes just the standard includes
|
||||
// Basic.pch will be the pre-compiled header
|
||||
// stdafx.obj will contain the pre-compiled type information
|
||||
/*
|
||||
-----------------------------------------------------------------------------
|
||||
File: stdafx.cpp
|
||||
|
||||
Desc: Basic.pch will be the pre-compiled header
|
||||
stdafx.obj will contain the pre-compiled type information.
|
||||
|
||||
Copyright (c) 2001 Chris Danford. All rights reserved.
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
||||
#include "stdafx.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user