Definition at line 46 of file remap.c.
Public Attributes | |
| char * | title |
| int | maxblocks |
| int | nblocks |
| int | debug |
| struct block_s * | blocks |
| char* remap_s::title |
Definition at line 47 of file remap.c.
Referenced by remap_block(), remap_loadmap(), and remap_new().
| int remap_s::nblocks |
Definition at line 49 of file remap.c.
Referenced by findblock(), remap_add_node(), remap_loadmap(), and remap_new().
| int remap_s::debug |
Definition at line 50 of file remap.c.
Referenced by remap_block(), remap_loadmap(), and remap_new().
struct block_s* remap_s::blocks [read] |
Definition at line 51 of file remap.c.
Referenced by findblock(), remap_add_node(), and remap_new().
1.5.5