home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / pascal / rehack / general / rehack.inc < prev    next >
Encoding:
Text File  |  1993-06-27  |  2.5 KB  |  80 lines

  1. ; File:        REHACK.INC
  2. ; Path:        ..\GENERAL\REHACK.INC
  3. ; Version:     0.01
  4. ; Author:      Generated by ASMINC.EXE
  5. ; CIS Id:      Not applicable
  6. ; Created on:  Jun 27 1993
  7. ; Modified on:
  8. ; Description: INCLUDE file for all .ASM modules
  9. ; Tabs:        None.
  10.  
  11. ; TYPES.HPP
  12. bool                           equ DW
  13. false                          equ 0
  14. true                           equ 1
  15.  
  16. ; MISC.HPP
  17. PointX                         equ 0
  18. PointY                         equ 2
  19. RectTopLeftX                   equ 0
  20. RectTopLeftY                   equ 2
  21. RectBottomRightX               equ 4
  22. RectBottomRightY               equ 6
  23.  
  24. ; EVENT.HPP
  25. LeftBtn                        equ 1
  26. RightBtn                       equ 2
  27. CenterBtn                      equ 4
  28. PosDeviceEventButtons          equ 0
  29. PosDeviceEventDblClicked       equ 1
  30. PosDeviceEventLocation         equ 3
  31. KeyCodeCode                    equ 0
  32. KeyCodeScan                    equ 1
  33. KeyEventValue                  equ 0
  34. KeyEventCharScan               equ 0
  35. MsgEventId                     equ 0
  36. MsgEventPointer                equ 2
  37. MsgEventLong                   equ 2
  38. MsgEventShort                  equ 2
  39. MsgEventPoint                  equ 2
  40. IdNull                         equ 0
  41. IdCancel                       equ 1
  42. IdQuit                         equ 2
  43. PosDeviceBtnDown               equ 1
  44. PosDeviceBtnUp                 equ 2
  45. PosDeviceMove                  equ 4
  46. PosDevice                      equ 15
  47. KeyDown                        equ 16
  48. KeyUp                          equ 32
  49. Key                            equ 48
  50. Broadcast                      equ 32768
  51. Message                        equ 65280
  52. EventType                      equ 0
  53. EventTicks                     equ 2
  54. EventPosDevice                 equ 6
  55. EventKey                       equ 6
  56. EventMsg                       equ 6
  57.  
  58. ; EVENTQ.HPP
  59. StdEventQueueSize              equ 16
  60. EventQueueBuffer               equ 0
  61. EventQueueHead                 equ 208
  62. EventQueueTail                 equ 210
  63.  
  64. ; WINDOW.HPP
  65. vfVisible                      equ 1
  66. vfFocused                      equ 2
  67. vfDisabled                     equ 4
  68. vfModal                        equ 8
  69. vfFocusable                    equ 16
  70. vfPassFirstClick               equ 32
  71. VisibleBounds                  equ 4
  72. VisibleFlags                   equ 12
  73. VisibleOwner                   equ 16
  74. VisibleNext                    equ 20
  75. VisibleModalReturnValue        equ 24
  76. WindowBottomObj                equ 26
  77. WindowCurrentObj               equ 30
  78.  
  79. ; GAME.HPP
  80.