build: add the SIBO SDK

This commit is contained in:
2026-07-06 18:01:36 +01:00
parent d76326729c
commit 64e484448c
757 changed files with 97167 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
; Generated by Ctran from pulldown.cl
PULLDOWN_ING equ 1
IFNDEF LISTBOX_ING
INCLUDE ..\inc\LISTBOX.ING
ENDIF
; Class Numbers
C_PULLDOWN equ 8
; Method Numbers
; Types for pulldown
MENU_ITEM struc
MENU_ITEMCom_id db ?
MENU_ITEMMn_txt db (1) * 1 dup (?)
MENU_ITEM ends
; Property of pulldown
PR_PULLDOWN struc
PulldownRoot PRS_ROOT <>
PulldownWin PRS_WIN <>
PulldownListbox PRS_LISTBOX <>
PR_PULLDOWN ends