home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / SRC / world.t.Z / world.t / arrays.h next >
Text File  |  1989-03-04  |  340b  |  7 lines

  1. /* The arrays declared elsewhere are used starting with index 0;
  2.    those declared below starting with index 1     */
  3. extern  int  gtext[5];
  4. extern  short locdat[LOCNUM+1], odistb[OBJMX2+1];
  5. extern  short obnoun[OBJMAX+1], obadjv[OBJMAX+1], obw3[OBJMAX+1];
  6. extern  short obw4[OBJMAX+1], obpprp[OBJMAX+1], obimpr[OBJMAX+1], obloc[MOVMAX+1];
  7.