Files
kolibrios/programs/develop/libraries/TinyGL/asm_fork/import.inc
IgorA a8675404e7
All checks were successful
Build system / Check kernel codestyle (pull_request) Successful in 37s
Build system / Build (pull_request) Successful in 4m50s
Libraries (box_lib, buf2d, libimg, tinygl): optimize function import
Р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
2025-05-08 22:27:49 +03:00

18 lines
177 B
PHP

align 4
import_tinygl:
macro E_LIB n
{
if defined sz_#n
n dd sz_#n
end if
}
include 'export.inc'
dd 0,0
macro E_LIB n
{
if used n
sz_#n db `n,0
end if
}
include 'export.inc'