Рrograms updated: - info3ds: added resizing of the window with the figure and the list of vertices in the properties window - info3ds_u, gears, test3, test_glu1, test_glu2, - test_array1, textures0, textures1, textures2, - ctrldemo, editbox_ex, crypt_files, img_transform, - scrshoot, t_edit, cnc_control, cnc_editor
24 lines
259 B
PHP
24 lines
259 B
PHP
align 4
|
|
import_box_lib:
|
|
|
|
macro E_LIB n, lfn
|
|
{
|
|
if n eq lib_init
|
|
dd sz_#n
|
|
else if defined sz_#n
|
|
n dd sz_#n
|
|
end if
|
|
}
|
|
include 'export.inc'
|
|
dd 0,0
|
|
macro E_LIB n, lfn
|
|
{
|
|
if used n
|
|
if lfn eq
|
|
sz_#n db `n,0
|
|
else
|
|
sz_#n db `lfn,0
|
|
end if
|
|
end if
|
|
}
|
|
include 'export.inc' |