revert between 56095 -> 55830 in arch
[AROS.git] / compiler / include / graphics / collide.h
blob9164ba5064488a2e02393b3cb19585dc2de0e6b4
1 #ifndef GRAPHICS_COLLIDE_H
2 #define GRAPHICS_COLLIDE_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: collision detection and control
9 Lang: english
12 #define BORDERHIT 0
14 #define TOPHIT 1
15 #define BOTTOMHIT 2
16 #define LEFTHIT 4
17 #define RIGHTHIT 8
19 #endif /* GRAPHICS_COLLIDE_H */