home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / GAUGE.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  455 b   |  33 lines

  1. #define GAUGE_OPH
  2.  
  3. #ifndef LODGER_OPH
  4. #include <sdk\lodger>
  5. #endif
  6.  
  7. /* Constants for gauge */
  8.  
  9. #define GAUGE_WHITE 1
  10. #define GAUGE_GREY 2
  11. #define GAUGE_BLACK 3
  12.  
  13. /* Types for gauge */
  14.  
  15. STRUCT SE_GAUGE
  16.     size%(4)
  17.     colour#(4)
  18. ENDS
  19.  
  20. /* Property of gauge */
  21.  
  22. STRUCT PRS_GAUGE
  23.     size%(4)
  24.     colour#(4)
  25. ENDS
  26.  
  27. STRUCT PR_GAUGE
  28.     root#(SIZEOF(PRS_ROOT))
  29.     win#(SIZEOF(PRS_WIN))
  30.     lodger#(SIZEOF(PRS_LODGER))
  31.     gauge#(SIZEOF(PRS_GAUGE))
  32. ENDS
  33.