home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / MAXMINS.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-02  |  141 b   |  7 lines

  1. #ifndef _MAP_MAX_MINS_
  2. #define _MAP_MAX_MINS_
  3.  
  4. void Get_Map_Max_Mins(long & min_x, long & min_y, long & max_x, long & max_y);
  5.  
  6. #endif
  7.