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
+21
View File
@@ -0,0 +1,21 @@
/* Generated by Ctran from pulldown.cl */
#define PULLDOWN_G
#ifndef LISTBOX_G
#include <listbox.g>
#endif
/* Class Numbers */
#define C_PULLDOWN 8
/* Method Numbers */
/* Types for pulldown */
typedef struct
{
unsigned char com_id;
char mn_txt[1];
} MENU_ITEM;
/* Property of pulldown */
typedef struct pr_pulldown
{
PRS_ROOT root;
PRS_WIN win;
PRS_LISTBOX listbox;
} PR_PULLDOWN;