More prototype warning stuff.

I know these should be in the .h files,
but we can cover that later.
This commit is contained in:
Jason Felds
2011-06-12 19:20:43 -04:00
parent e965e0b3e4
commit c3c8753620
5 changed files with 14 additions and 1 deletions
+3
View File
@@ -20,6 +20,9 @@
#include "Course.h"
#include "NoteData.h"
float FindFirstDisplayedBeat( const PlayerState* pPlayerState, int iDrawDistanceAfterTargetsPixels );
float FindLastDisplayedBeat( const PlayerState* pPlayerState, int iDrawDistanceBeforeTargetsPixels );
static ThemeMetric<bool> SHOW_BOARD( "NoteField", "ShowBoard" );
static ThemeMetric<bool> SHOW_BEAT_BARS( "NoteField", "ShowBeatBars" );
static ThemeMetric<float> FADE_BEFORE_TARGETS_PERCENT( "NoteField", "FadeBeforeTargetsPercent" );