int CheckTabs( float x, float y, float w, float h );
void DrawCheckBox( int i, char *Text, float x, float y );
void DrawTabButton( char *Text, float w, float h, float x, float y );
void DrawOptionGrouping( float x, float y, float h, char *Text, int TextXOffset );
int GlobalCheck( int i , float x, float y, float w, float h, int speed, CTimer* timerList );
int ArrowList( int i, float x, float y, int max, char** Array, char *Title, int Speed );
};
int CheckTabs( float x, float y, float w, float h );
void DrawCheckBox( int i, char *Text, float x, float y );
void DrawTabButton( char *Text, float w, float h, float x, float y );
void DrawOptionGrouping( float x, float y, float h, char *Text, int TextXOffset );
int GlobalCheck( int i , float x, float y, float w, float h, int speed, CTimer* timerList );
int ArrowList( int i, float x, float y, int max, char** Array, char *Title, int Speed );
};
int CheckTabs( float x, float y, float w, float h );
void DrawCheckBox( int i, char *Text, float x, float y );
void DrawTabButton( char *Text, float w, float h, float x, float y );
void DrawOptionGrouping( float x, float y, float h, char *Text, int TextXOffset );
int GlobalCheck( int i , float x, float y, float w, float h, int speed, CTimer* timerList );
int ArrowList( int i, float x, float y, int max, char** Array, char *Title, int Speed );
};