This commit is contained in:
4am 2018-04-19 14:44:25 -04:00
parent a1bc59f0ee
commit ab574eacdb
2 changed files with 4 additions and 1 deletions

View File

@ -14,8 +14,12 @@
; - PrintAt
; - SimulateClick
; - GetCheckedRadioButton
; - HandleUpDownRadio
; - CreateNullTerminatedString
;
; Public variables
; - gViewInUse array of byte (each 0=false, nonzero=true)
; Public constants
; - kStringOK
; - kStringCancel

View File

@ -8,7 +8,6 @@
;
; Public variables
; - gMainScreenPaintDirty byte 0=false, nonzero=true
; - gViewInUse array of byte (each 0=false, nonzero=true)
;
; View IDs (application-specific, acceptable range 0..15, no duplicates)