22 lines
303 B
Common Lisp
22 lines
303 B
Common Lisp
NAME lcddlgs
|
|
|
|
INCLUDE p_std.h
|
|
INCLUDE p_object.h
|
|
INCLUDE olib.g
|
|
INCLUDE hwim.g
|
|
INCLUDE dlgbox.g
|
|
|
|
|
|
CLASS lcd_backlight dlgbox
|
|
{
|
|
REPLACE dl_dyn_init
|
|
REPLACE dl_changed
|
|
REPLACE dl_key
|
|
}
|
|
|
|
CLASS lcd_sound dlgbox
|
|
{
|
|
REPLACE dl_dyn_init
|
|
REPLACE dl_key
|
|
}
|