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:
C/C++ Source or Header  |  1994-04-06  |  111 b   |  13 lines

  1. // COOR.H
  2.  
  3. #ifndef _COOR_H
  4. #define _COOR_H
  5.  
  6. class coor_C
  7. {
  8. public:
  9.     long x,y;
  10.     word dir;
  11. };
  12.  
  13. #endif