home *** CD-ROM | disk | FTP | other *** search
/ HOT Scene Stuff / hotscenestuffzyklop1996.iso / demos / sunknown / coor.h < prev    next >
C/C++ Source or Header  |  1994-04-06  |  111b  |  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