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
+26
View File
@@ -0,0 +1,26 @@
; Generated by Ctran from xedit.cl
XEDIT_ING equ 1
IFNDEF LODGER_ING
INCLUDE ..\inc\LODGER.ING
ENDIF
; Class Numbers
C_XEDIT equ 26
; Method Numbers
; Constants for xedit
XEDIT_MAX_LEN equ (8)
; Types for xedit
SE_XEDIT struc
SE_XEDITPstr dw ?
SE_XEDIT ends
; Property of xedit
PRS_XEDIT struc
XeditCurrent db ?
XeditWidth db ?
XeditData db (1) * XEDIT_MAX_LEN+2 dup (?)
PRS_XEDIT ends
PR_XEDIT struc
XeditRoot PRS_ROOT <>
XeditWin PRS_WIN <>
XeditLodger PRS_LODGER <>
XeditXedit PRS_XEDIT <>
PR_XEDIT ends