and the list of vertices in the properties window, info3ds, info3ds_u: files with menu icons are embedded into the program
20 lines
210 B
PHP
20 lines
210 B
PHP
align 4
|
|
import_buf2d:
|
|
|
|
macro E_LIB n
|
|
{
|
|
if n eq lib_init
|
|
dd strz_#n
|
|
else 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' |