dawn/notes/
dawn/src/
dawn/src/docs/
/**************************************************************************/
// trap.h
/***************************************************************************
 * The Dawn of Time v1.69r (c)1997-2004 Michael Garratt                    *
 * >> A number of people have contributed to the Dawn codebase, with the   *
 *    majority of code written by Michael Garratt - www.dawnoftime.org     *
 * >> To use this source code, you must fully comply with the dawn license *
 *    in licenses.txt... In particular, you may not remove this copyright  *
 *    notice.                                                              *
 **************************************************************************/

#ifndef TRAP_H
#define TRAP_H
/// test
#define TRAP_TRIG_MOVE		(A)
#define TRAP_TRIG_OBJECT	(B)
#define TRAP_TRIG_ROOM		(C)
#define TRAP_TRIG_NORTH		(D)
#define TRAP_TRIG_EAST		(E)
#define TRAP_TRIG_SOUTH		(F)
#define TRAP_TRIG_WEST		(G)
#define TRAP_TRIG_UP		(H)
#define TRAP_TRIG_DOWN		(I)
#define TRAP_TRIG_NORTHEAST	(J)
#define	TRAP_TRIG_NORTHWEST	(K)
#define TRAP_TRIG_SOUTHEAST	(L)
#define TRAP_TRIG_SOUTHWEST	(M)
#define TRAP_TRIG_OPEN		(N)

/**************************************************************************/
#endif // TRAP_H