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
@@ -12,6 +12,9 @@
#include "CommonMetrics.h"
#include <float.h>
void NextFloat( float fValues[], int size );
void NextBool( bool bValues[], int size );
ThemeMetric<float> RANDOM_SPEED_CHANCE ( "PlayerOptions", "RandomSpeedChance" );
ThemeMetric<float> RANDOM_REVERSE_CHANCE ( "PlayerOptions", "RandomReverseChance" );
ThemeMetric<float> RANDOM_DARK_CHANCE ( "PlayerOptions", "RandomDarkChance" );