home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Groovy Bytes: Behind the Moon
/
groovybytes.iso
/
GROOVY
/
DEMOS
/
MISC_DEM
/
SUNKNOWN.ZIP
/
COOR.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-04-06
|
111 b
|
13 lines
// COOR.H
#ifndef _COOR_H
#define _COOR_H
class coor_C
{
public:
long x,y;
word dir;
};
#endif