29 #define UNLV_EXT ".uzn" // unlv zone file
49 BLOCK_IT block_it = blocks;
52 if ((pdfp = fopen (name.
string (),
"rb")) ==
NULL) {
56 while (fscanf (pdfp,
"%d %d %d %d %*s", &x, &y, &width, &height) >= 4) {
62 block_it.add_to_end (block);
70 BLOCK_IT block_it(blocks);
72 block_it.add_to_end(block);
bool read_unlv_file(STRING name, inT32 xsize, inT32 ysize, BLOCK_LIST *blocks)
const char * string() const
void FullPageBlock(int width, int height, BLOCK_LIST *blocks)