convert line ends
[canaan.git] / prj / cam / src / sim / ghost.h
blob465a6cec0a6a41636a217f3f66864ac8e2a044be
1 /*
2 @Copyright Looking Glass Studios, Inc.
3 1996,1997,1998,1999,2000 Unpublished Work.
4 */
6 // $Header: r:/t2repos/thief2/src/sim/ghost.h,v 1.2 2000/01/29 13:41:05 adurant Exp $
7 // misc controller included by all ghost internals
8 #pragma once
10 #ifndef __GHOST_H
11 #define __GHOST_H
13 // no local ghost things can get away w/o the types
14 #include <ghosttyp.h>
16 // for config vars, inc in ship since it locally #def's them to NULL
17 #include <ghostcfg.h>
19 // misc debugging usefulness
20 #ifndef SHIP
21 #include <config.h>
22 #include <mprintf.h>
23 #include <objedit.h>
24 #endif
26 #endif // __GHOST_H