home *** CD-ROM | disk | FTP | other *** search
- ; File: REHACK.INC
- ; Path: ..\GENERAL\REHACK.INC
- ; Version: 0.01
- ; Author: Generated by ASMINC.EXE
- ; CIS Id: Not applicable
- ; Created on: Jun 27 1993
- ; Modified on:
- ; Description: INCLUDE file for all .ASM modules
- ; Tabs: None.
-
- ; TYPES.HPP
- bool equ DW
- false equ 0
- true equ 1
-
- ; MISC.HPP
- PointX equ 0
- PointY equ 2
- RectTopLeftX equ 0
- RectTopLeftY equ 2
- RectBottomRightX equ 4
- RectBottomRightY equ 6
-
- ; EVENT.HPP
- LeftBtn equ 1
- RightBtn equ 2
- CenterBtn equ 4
- PosDeviceEventButtons equ 0
- PosDeviceEventDblClicked equ 1
- PosDeviceEventLocation equ 3
- KeyCodeCode equ 0
- KeyCodeScan equ 1
- KeyEventValue equ 0
- KeyEventCharScan equ 0
- MsgEventId equ 0
- MsgEventPointer equ 2
- MsgEventLong equ 2
- MsgEventShort equ 2
- MsgEventPoint equ 2
- IdNull equ 0
- IdCancel equ 1
- IdQuit equ 2
- PosDeviceBtnDown equ 1
- PosDeviceBtnUp equ 2
- PosDeviceMove equ 4
- PosDevice equ 15
- KeyDown equ 16
- KeyUp equ 32
- Key equ 48
- Broadcast equ 32768
- Message equ 65280
- EventType equ 0
- EventTicks equ 2
- EventPosDevice equ 6
- EventKey equ 6
- EventMsg equ 6
-
- ; EVENTQ.HPP
- StdEventQueueSize equ 16
- EventQueueBuffer equ 0
- EventQueueHead equ 208
- EventQueueTail equ 210
-
- ; WINDOW.HPP
- vfVisible equ 1
- vfFocused equ 2
- vfDisabled equ 4
- vfModal equ 8
- vfFocusable equ 16
- vfPassFirstClick equ 32
- VisibleBounds equ 4
- VisibleFlags equ 12
- VisibleOwner equ 16
- VisibleNext equ 20
- VisibleModalReturnValue equ 24
- WindowBottomObj equ 26
- WindowCurrentObj equ 30
-
- ; GAME.HPP
-