Mercurial > hg > openttd
view src/cheat_func.h @ 10340:e3f0f062c7c3 draft
(svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid after importing older savegame and during town generation
-Codechange: rewrite parts of code responsible for caching index of nearest town
author | smatz <smatz@openttd.org> |
---|---|
date | Tue, 18 Nov 2008 22:43:59 +0000 |
parents | 89de4625fe7d |
children | bc7926153e19 |
line wrap: on
line source
/* $Id$ */ /** @file cheat_func.h Functions related to cheating. */ #ifndef CHEAT_FUNC_H #define CHEAT_FUNC_H #include "cheat_type.h" extern Cheats _cheats; void ShowCheatWindow(); /** * Return true if any cheat has been used, false otherwise * @return has a cheat been used? */ bool CheatHasBeenUsed(); #endif /* CHEAT_FUNC_H */