#ifndef GRAPHICS_COLLIDE_H #define GRAPHICS_COLLIDE_H /* ** $Filename: graphics/collide.h $ ** $Release: 2.04 Includes, V37.4 $ ** $Revision: 37.0 $ ** $Date: 91/01/07 $ ** ** include file for collision detection and control ** ** (C) Copyright 1985-1991 Commodore-Amiga, Inc. ** All Rights Reserved */ #define BORDERHIT 0 #define TOPHIT 1 #define BOTTOMHIT 2 #define LEFTHIT 4 #define RIGHTHIT 8 #endif