| 45 | |
| 46 | static BitMapHeader tomb_bmhd; |
| 47 | static struct BitMap *tombimg = NULL; |
| 48 | |
| 49 | static const int cols_base[2] = { 154, 319 }; /* X location of center of columns */ |
| 50 | static int cols[2]; /* cols_base[] + xoff, computed per call */ |
nothing calls this directly
no outgoing calls
no test coverage detected