summaryrefslogtreecommitdiff
path: root/src/st_stuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/st_stuff.h')
-rw-r--r--src/st_stuff.h17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/st_stuff.h b/src/st_stuff.h
index 130f0424..f4385a59 100644
--- a/src/st_stuff.h
+++ b/src/st_stuff.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: st_stuff.h 8 2005-07-23 16:44:57Z fraggle $
+// $Id: st_stuff.h 162 2005-10-04 21:41:42Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -33,6 +33,7 @@
#include "doomtype.h"
#include "d_event.h"
+#include "m_cheat.h"
// Size of statusbar.
// Now sensitive for scaling.
@@ -83,12 +84,25 @@ typedef enum
boolean ST_Responder(event_t* ev);
+extern cheatseq_t cheat_mus;
+extern cheatseq_t cheat_god;
+extern cheatseq_t cheat_ammo;
+extern cheatseq_t cheat_ammonokey;
+extern cheatseq_t cheat_noclip;
+extern cheatseq_t cheat_commercial_noclip;
+extern cheatseq_t cheat_powerup[7];
+extern cheatseq_t cheat_choppers;
+extern cheatseq_t cheat_clev;
+extern cheatseq_t cheat_mypos;
#endif
//-----------------------------------------------------------------------------
//
// $Log$
+// Revision 1.3 2005/10/04 21:41:42 fraggle
+// Rewrite cheats code. Add dehacked cheat replacement.
+//
// Revision 1.2 2005/07/23 16:44:57 fraggle
// Update copyright to GNU GPL
//
@@ -97,3 +111,4 @@ boolean ST_Responder(event_t* ev);
//
//
//-----------------------------------------------------------------------------
+