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 @@
IMAGE timer
EXTERNAL olib
EXTERNAL hwim
INCLUDE hwimman.g
CLASS timerws wserv
window server active object
{
REPLACE ws_dyn_init
}
CLASS timerbw bwin
bordered window
{
REPLACE wn_init
}
CLASS mytimer active
timer active object
{
REPLACE ao_init
REPLACE ao_queue
REPLACE ao_run
PROPERTY
{
UWORD count;
}
}