Next: , Previous: , Up: Executive Assembler Types   [Index]


8.3.2.3 struct x1f4_lxtile_type

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.

See struct x1f4_lxnote_type.

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.