src/cheat_func.h
author rubidium
Sun, 22 Jun 2008 21:41:03 +0000
branchnoai
changeset 11053 d8d48e076a3f
parent 10249 58810805030e
permissions -rw-r--r--
(svn r13610) [NoAI] -Add: AIDepotList giving you a list of the locations of your depots (including hangars).
/* $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 */