home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
games
/
volume8
/
cutup
/
part01
/
types.h
< prev
next >
Wrap
Text File
|
1989-09-18
|
121b
|
11 lines
typedef struct coords_t {
int y;
int x;
int dir;
} coords_t;
typedef struct delta_t {
int dy;
int dx;
} delta_t;