repo.or.cz
/
cake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
l18n
[cake.git]
/
compiler
/
include
/
graphics
/
collide.h
blob
9164ba5064488a2e02393b3cb19585dc2de0e6b4
1
#ifndef GRAPHICS_COLLIDE_H
2
#define GRAPHICS_COLLIDE_H
3
4
/*
5
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6
$Id$
7
8
Desc: collision detection and control
9
Lang: english
10
*/
11
12
#define BORDERHIT 0
13
14
#define TOPHIT 1
15
#define BOTTOMHIT 2
16
#define LEFTHIT 4
17
#define RIGHTHIT 8
18
19
#endif
/* GRAPHICS_COLLIDE_H */