This commit is contained in:
zaCade
2019-03-02 15:17:41 +01:00
parent 57bbd5d55e
commit d1fa3d4eb7
464 changed files with 8280 additions and 0 deletions
@@ -0,0 +1,15 @@
#if defined _unloze_racetimer_specialmaps_included_
#endinput
#endif
#define _unloze_racetimer_specialmaps_included_
/**
* Called on Every Round start to identify if special roundzones exist
* @char resultStart returns name of special startzone
* @char resultEnd returns name of special endzone
*/
forward void CheckIfSpecialRoundZones(char[] resultstart, char[] resultend);
/**
* @returns true if mako currently
*/
native bool unloze_gBSpecialMapDisplay();