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
+28
View File
@@ -0,0 +1,28 @@
; Generated by Ctran from gauge.cl
GAUGE_ING equ 1
IFNDEF LODGER_ING
INCLUDE ..\inc\LODGER.ING
ENDIF
; Class Numbers
C_GAUGE equ 24
; Method Numbers
; Constants for gauge
GAUGE_WHITE equ (1)
GAUGE_GREY equ (2)
GAUGE_BLACK equ (3)
; Types for gauge
SE_GAUGE struc
SE_GAUGESize db (2) * 4 dup (?)
SE_GAUGEColour db (1) * 4 dup (?)
SE_GAUGE ends
; Property of gauge
PRS_GAUGE struc
GaugeSize db (2) * 4 dup (?)
GaugeColour db (1) * 4 dup (?)
PRS_GAUGE ends
PR_GAUGE struc
GaugeRoot PRS_ROOT <>
GaugeWin PRS_WIN <>
GaugeLodger PRS_LODGER <>
GaugeGauge PRS_GAUGE <>
PR_GAUGE ends