home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 266 / PYRAMID.SIS / PYRAMID.RSS < prev    next >
Encoding:
Text File  |  1998-08-27  |  468 b   |  24 lines

  1. // PYAMRID.RSS
  2. //
  3. //
  4. #include "aiftool.rh"
  5.  
  6. RESOURCE AIF_DATA
  7.     {
  8.         app_uid=0x1000055D;
  9.     //
  10.     caption_list=
  11.         { 
  12.         CAPTION { code=ELangEnglish; caption="Pyramid"; },
  13.         CAPTION { code=ELangFrench; caption="Pyramid"; },
  14.         CAPTION { code=ELangGerman; caption="Pyramid"; },
  15.         CAPTION { code=ELangItalian; caption="Pyramid"; },
  16.         CAPTION { code=ELangTurkish; caption="Pyramid"; }
  17.         };
  18.     //
  19.     num_icons=1;
  20.     //
  21.     embeddability=KAppNotEmbeddable;
  22.     }
  23.  
  24.