home *** CD-ROM | disk | FTP | other *** search
- #ifndef __global_h
- #define __global_h
-
- #include "object.h"
-
- //--------------------------------------
- // global variables
- //--------------------------------------
- extern rect StealthRect; // stealth pos rect
- extern rect HelicopterRect; // helicopter pos rect
- extern rect F15Rect; // f15 pos rect
- extern int MsgInt; // int to use for passing values in messages
-
- #endif //__global_h
-