summaryrefslogtreecommitdiff
path: root/src/am_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/am_map.h')
-rw-r--r--src/am_map.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/am_map.h b/src/am_map.h
index 1d722c3f..1ef0785a 100644
--- a/src/am_map.h
+++ b/src/am_map.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: am_map.h 8 2005-07-23 16:44:57Z fraggle $
+// $Id: am_map.h 162 2005-10-04 21:41:42Z fraggle $
//
// Copyright(C) 1993-1996 Id Software, Inc.
// Copyright(C) 2005 Simon Howard
@@ -29,6 +29,9 @@
#ifndef __AMMAP_H__
#define __AMMAP_H__
+#include "d_event.h"
+#include "m_cheat.h"
+
// Used by ST StatusBar stuff.
#define AM_MSGHEADER (('a'<<24)+('m'<<16))
#define AM_MSGENTERED (AM_MSGHEADER | ('e'<<8))
@@ -50,11 +53,16 @@ void AM_Drawer (void);
void AM_Stop (void);
+extern cheatseq_t cheat_amap;
+
#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:55 fraggle
// Update copyright to GNU GPL
//