home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / SCENEOP / SCOP / COMSCOP.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  709 b   |  39 lines

  1. // Copyright ©1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMScop.r 1.3 1997/04/09 01:18:32 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMSCOP.rsc";
  13.  
  14. resource 'COMP' (150) {
  15.     'scop',
  16.     'COst',
  17.     "Linear Stairs",
  18.     "COM Examples",
  19.     0x40000,
  20.     "4.0.0",
  21.     "TOOLKIT Example",
  22.     9
  23. };
  24.  
  25. resource 'PMAP' (150) {
  26.     {    /* array TypeArray: 4 elements */
  27.         'NBST','shrt',
  28.         'STDX','qfix',
  29.         'STDY','qfix',
  30.         'STDZ','qfix',
  31.     }
  32. };
  33.  
  34. data 'GUID' (150) {
  35.     $"1705 BF20 0AD8 11CF A4F7 0000 E202 D5A5"            /* ôˇv`:...à_....p. */
  36.     $"80DE 4680 0ADB 11CF A4F7 0000 E202 D5A5"            /* aáûa~˙..㸈)’¬&+ */
  37. };
  38.  
  39.