src/cheat_func.h
author rubidium
Sun, 14 Dec 2008 16:56:28 +0000
changeset 10422 f5985144f4a6
parent 8965 29a591456a2f
permissions -rw-r--r--
(svn r14675) -Fix: setting the Estonian or custom currency as used currency didn't survive a restart cycle.
/* $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 */