mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
15 lines
351 B
Plaintext
15 lines
351 B
Plaintext
*** xrobots.h.orig Fri Nov 17 14:37:40 1989
|
|
--- xrobots.h Mon Jan 2 22:47:56 1995
|
|
***************
|
|
*** 146,154 ****
|
|
game_active,
|
|
sonic_used;
|
|
|
|
- #define MIN(a,b) ((a<b)?a:b)
|
|
- #define MAX(a,b) ((a>b)?a:b)
|
|
-
|
|
#define INXRANGE( _x_ ) (((_x_) >=0) && ((_x_)<MAXX))
|
|
#define INYRANGE( _y_ ) (((_y_) >=0) && ((_y_)<MAXY))
|
|
|
|
--- 146,151 ----
|