home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / Epoc / Palmtime / files / FrotzCE2_src.ZIP / FrotzCE / StoryInfo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-16  |  317 b   |  18 lines

  1.  
  2. #define NO_INFOCOM_STORIES 124
  3.  
  4. #define STORY_SMALLFONT 1
  5. #define STORY_NOCOLOURS 2
  6. #define STORY_LIMITEDSUPPORT 16
  7. #define STORY_NOSUPPORT 32
  8. #define STORY_GFXCHARS 64
  9.  
  10. typedef struct
  11. {
  12.     char achStoryName[40];
  13.     short nRelease;
  14.     char achSerialNo[7];
  15.     unsigned char nSettings;
  16. } StoryInfo;
  17.  
  18.