Fix includes

This commit is contained in:
BotoX
2017-02-26 00:16:12 +01:00
parent 106e04ae7e
commit a68896fc18
27 changed files with 5545 additions and 1761 deletions
@@ -54,29 +54,29 @@ enum CanNominateResult
* Called whenever warning timer starts
*
*/
forward OnMapVoteWarningStart();
forward void OnMapVoteWarningStart();
/**
* Called whenever runoff warning timer starts
*/
forward OnMapVoteRunnoffWarningStart();
forward void OnMapVoteRunnoffWarningStart();
/**
* Called whenever the timer ticks
*/
forward OnMapVoteWarningTick(time);
forward void OnMapVoteWarningTick(int time);
/**
* Called whenever vote starts
*
* @deprecated Will be removed in MapChooser 1.8. Use OnMapVoteStarted instead.
*/
forward OnMapVoteStart();
forward void OnMapVoteStart();
/**
* Called whenever vote ends
*/
forward OnMapVoteEnd(const char[] map);
forward void OnMapVoteEnd(const char[] map);
/**
* Is a map on the current game's official list?