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
+32
View File
@@ -0,0 +1,32 @@
/* Generated by Ctran from lledit.cl */
#define LLEDIT_G
#ifndef LODGER_G
#include <lodger.g>
#endif
#ifndef MFNE_G
#include <mfne.g>
#endif
/* Class Numbers */
#define C_LLEDIT 33
/* Method Numbers */
/* Constants for lledit */
#define IN_LLEDIT_LATITUDE 0
#define IN_LLEDIT_LONGITUDE 1
/* Types for lledit */
typedef struct
{
short int flags;
short int value;
} IN_LLEDIT;
typedef struct
{
short int value;
} SE_LLEDIT;
/* Property of lledit */
typedef struct pr_lledit
{
PRS_ROOT root;
PRS_WIN win;
PRS_LODGER lodger;
PRS_MFNE mfne;
} PR_LLEDIT;