Next: struct x1f4_textport_type, Previous: struct x1f4_lxslip_type, Up: Executive Assembler Types [Index]
typedef struct x1f4_lxtile_type { int (*note)(const struct x1f4_lxnote_type **); unsigned bits; const void *data; } x1f4_lxtile_type;
The struct x1f4_lxtile_type
record describes the means of assembling a
libaime library object.
See Library Construct.
See Library Construct Library Reference.
note
is the routine fetching the struct x1f4_lxnote_type
library object
operating interface.
The routine returns 0.
bits
is the class specific generation flags argument for the tile
library
object constructor of the struct x1f4_lxnote_type
definition.
data
is the class specific generation context argument for the tile
library
object constructor of the struct x1f4_lxnote_type
definition.