Un-crackhead-ify NotesLoaderSMA. It works now.

This commit is contained in:
Ben "root" Anderson
2014-02-04 12:03:20 -06:00
parent 1186d3b937
commit ec4e38e3aa
2 changed files with 11 additions and 31 deletions
-10
View File
@@ -10,16 +10,6 @@ class Song;
class Steps;
class TimingData;
/**
* @brief The various states while parsing a .sma file.
*/
enum SMALoadingStates
{
SMA_GETTING_SONG_INFO, /**< Retrieving song information. */
SMA_GETTING_STEP_INFO, /**< Retrieving step information. */
NUM_SMALoadingStates /**< The number of states used. */
};
/** @brief Reads a Song from a .SMA file. */
struct SMALoader : public SMLoader
{