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
+30
View File
@@ -0,0 +1,30 @@
/* Generated by Ctran from gauge.cl */
#define GAUGE_G
#ifndef LODGER_G
#include <lodger.g>
#endif
/* Class Numbers */
#define C_GAUGE 24
/* Method Numbers */
/* Constants for gauge */
#define GAUGE_WHITE 1
#define GAUGE_GREY 2
#define GAUGE_BLACK 3
/* Types for gauge */
typedef struct
{
unsigned short int size[4];
unsigned char colour[4];
} SE_GAUGE;
/* Property of gauge */
typedef struct {
unsigned short int size[4];
unsigned char colour[4];
} PRS_GAUGE;
typedef struct pr_gauge
{
PRS_ROOT root;
PRS_WIN win;
PRS_LODGER lodger;
PRS_GAUGE gauge;
} PR_GAUGE;