view src/cheat_func.h @ 9019:382abce6450f draft

(svn r12818) -Codechange: make callbacks 31 and 37 behave like they do in TTDP according to frosch's survey.
author rubidium <rubidium@openttd.org>
date Mon, 21 Apr 2008 13:45:03 +0000 (2008-04-21)
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 */