home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 030.lha / Ogre / ext.h < prev    next >
C/C++ Source or Header  |  1986-11-10  |  158b  |  17 lines

  1. #include "ogre.h"
  2.  
  3. #ifdef MAIN
  4.  
  5. UNIT unit[N_UNITS];
  6. OGRE ogre;
  7. int n_units;
  8.  
  9. #else
  10.  
  11. extern UNIT unit[N_UNITS];
  12. extern OGRE ogre;
  13. extern int n_units;
  14.  
  15. #endif
  16.  
  17.