2019-09-27 03:38:51 -04:00
|
|
|
;
|
|
|
|
; 2013-05-31, Oliver Schmidt
|
2020-01-10 15:17:23 -05:00
|
|
|
; 2020-01-06, Greg King
|
2019-09-27 03:38:51 -04:00
|
|
|
;
|
|
|
|
|
|
|
|
.export em_libref
|
2020-01-10 15:17:23 -05:00
|
|
|
.export joy_libref
|
2019-09-27 03:38:51 -04:00
|
|
|
.export mouse_libref
|
|
|
|
.export ser_libref
|
|
|
|
.export tgi_libref
|
|
|
|
|
|
|
|
.import _exit
|
|
|
|
|
|
|
|
em_libref := _exit
|
2020-01-10 15:17:23 -05:00
|
|
|
joy_libref := _exit
|
2019-09-27 03:38:51 -04:00
|
|
|
mouse_libref := _exit
|
|
|
|
ser_libref := _exit
|
|
|
|
tgi_libref := _exit
|