git-svn-id: http://openexile.googlecode.com/svn/trunk@3 4ebdad44-0ea0-11de-aab3-ff745001d230

This commit is contained in:
2009-04-13 17:51:31 +00:00
parent 9bc3b0c07b
commit 188ecc8bc4
45 changed files with 2668 additions and 2458 deletions

View File

@@ -1,6 +1,6 @@
//#define EXILE_BIG_GUNS 1
#define SLEEP_TICKS 0L
#define SLEEP_TICKS 60L
#define MOUSE_REGION 0L
#define DRAG_EDGE 15
#define IN_FRONT (WindowPtr)-1L
@@ -10,7 +10,6 @@
#define NUM_TOWN_ITEMS 115
#define SLEEP_TICKS 0L
#define MOUSE_REGION 0L
#define DRAG_EDGE 15
#define IN_FRONT (WindowPtr)-1L
@@ -49,6 +48,8 @@
#define CHEST_HEAVY can_enter = run_trap(7,&PSD[c_town.town_num][which],3450,20); break;
#define CHEST_ALARM can_enter = run_trap(7,&PSD[c_town.town_num][which],3450,11); break;
#define printFlag() printf("%s %i\n",__FILE__,__LINE__)
typedef struct {
char x,y;
} location;
@@ -439,7 +440,7 @@ short a_v(short x);
short ex_abs(short x);
short get_ran (short times,short min,short max);
Boolean same_point(location p1,location p2);
void pause(short length);
void BoEpause(short length);
short minmax(short min,short max,short k);
short min(short a,short b);
short max(short a,short b);