| maug
    Quick and dirty C mini-augmentation library. | 
Internal data structure used by retrotile_gen_diamond_square_iter(). More...
#include <retrotil.h>
| Data Fields | |
| int16_t | sect_x | 
| Starting X of subsector in a given iteration. | |
| int16_t | sect_y | 
| Starting Y of subsector in a given iteration. | |
| int16_t | sect_w | 
| Width of subsector in a given iteration. | |
| int16_t | sect_h | 
| Height of subsector in a given iteration. | |
| int16_t | sect_w_half | 
| Half of the width of subsector in a given iteration. | |
| int16_t | sect_h_half | 
| Half of the height of subsector in a given iteration. | |
| retroflat_tile_t | highest_generated | 
| retroflat_tile_t | lowest_generated | 
Internal data structure used by retrotile_gen_diamond_square_iter().