build: add the SIBO SDK
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
IMAGE gaugedem
|
||||
|
||||
EXTERNAL olib
|
||||
EXTERNAL hwim
|
||||
|
||||
INCLUDE hwimman.g
|
||||
INCLUDE timer.g
|
||||
|
||||
CLASS gaugewsv wserv
|
||||
{
|
||||
REPLACE ws_dyn_init
|
||||
}
|
||||
|
||||
CLASS gaugewin bwin
|
||||
main window
|
||||
{
|
||||
REPLACE wn_init
|
||||
REPLACE wn_draw
|
||||
}
|
||||
|
||||
CLASS gaugecom comman
|
||||
command manager
|
||||
{
|
||||
ADD com_run
|
||||
}
|
||||
|
||||
CLASS gaugetim timer
|
||||
{
|
||||
REPLACE ao_init
|
||||
REPLACE ao_queue
|
||||
REPLACE ao_run
|
||||
PROPERTY
|
||||
{
|
||||
ULONG count;
|
||||
ULONG total;
|
||||
}
|
||||
}
|
||||
|
||||
CLASS gaugedlg dlgbox
|
||||
{
|
||||
REPLACE dl_dyn_init
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user