[splittiming] More progress.

This commit is contained in:
Jason Felds
2011-05-14 18:36:46 -04:00
parent 2652a7c10b
commit 0464a86faf
4 changed files with 103 additions and 112 deletions
+7
View File
@@ -8,6 +8,13 @@
class Song;
class Steps;
class TimingData;
/**
* @brief The highest allowable speed before Warps come in.
*
* This was brought in from StepMania 4's recent betas. */
const float FAST_BPM_WARP = 9999999.f;
/** @brief Reads a Song from an .SM file. */
namespace SMLoader
{