Below is the full text to include/load_img.h from NetHack 3.4.3. To link to a particular line, write [[load_img.h#line123]], for example. 1. 2. /* ------------------------------------------- */ 3. #define XIMG 0x58494D47 4. 5. /* Header of GEM Image Files */ 6. typedef struct IMG_HEADER{ 7. short version; /* Img file format version (1) */ 8. short length; /* Header length in words (8) */ 9. short planes; /* Number of bit-planes (1) */ 10. short pat_len; /* length of Patterns (2) */ 11. short pix_w; /* Pixel width in 1/1000 mmm (372) */ 12. short pix_h; /* Pixel height in 1/1000 mmm (372) */ 13. short img_w; /* Pixels per line (=(x+7)/8 Bytes) */ 14. short img_h; /* Total number of lines
Graph IRI | Count |
---|---|
http://dbkwik.webdatacommons.org | 4 |