home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / c / gemtris / gemtrrsc.rsh < prev    next >
Text File  |  1991-10-22  |  522b  |  32 lines

  1. /* GEMTRRSC 
  2.    Resource header file
  3. */
  4.  
  5. #if !defined( __GEMTRRSC )
  6. #define __GEMTRRSC
  7.  
  8. #include <aes.h>
  9.  
  10. #define RSH_VRSN    1
  11. #define RSH_NOBS    71
  12. #define RSH_NTREE   3
  13. #define RSH_NTED    25
  14. #define RSH_NIB     0
  15. #define RSH_NBB     0
  16. #define RSH_NSTRING 3
  17. #define RSH_NIMAGES 0
  18.  
  19. extern OBJECT  rs_object[];
  20. extern OBJECT  *rs_tree[];
  21. extern TEDINFO rs_tedinfo[];
  22. extern char    *rs_frstr[];
  23.  
  24. /* prototypes */
  25. void rsc_init(void);
  26. void rsc_exit(void);
  27.  
  28. #endif
  29.  
  30. /* End of headerfile */
  31.  
  32.