Public Attributes | |
| char * | title |
| int | maxblocks |
| int | nblocks |
| int | debug |
| struct block_s * | blocks |
Definition at line 55 of file remap.c.
| char* remap_s::title |
Definition at line 56 of file remap.c.
Referenced by remap_block(), and remap_new().
Definition at line 57 of file remap.c.
Referenced by remap_add_node(), and remap_new().
| int remap_s::nblocks |
Definition at line 58 of file remap.c.
Referenced by findblock(), remap_add_node(), remap_loadmap(), and remap_new().
| int remap_s::debug |
Definition at line 59 of file remap.c.
Referenced by remap_block(), remap_loadmap(), and remap_new().
| struct block_s* remap_s::blocks |
Definition at line 60 of file remap.c.
Referenced by findblock(), remap_add_node(), and remap_new().
1.6.3