This is only called by ilDetermineSize. Associates iputc, etc. with "fake" writing functions in il_size.c.
| 347 | // This is only called by ilDetermineSize. Associates iputc, etc. with |
| 348 | // "fake" writing functions in il_size.c. |
| 349 | void iSetOutputFake(void) |
| 350 | { |
| 351 | iputc = iSizePutc; |
| 352 | iseekw = iSizeSeek; |
| 353 | itellw = iSizeTell; |
| 354 | iwrite = iSizeWrite; |
| 355 | return; |
| 356 | } |
| 357 | |
| 358 | |
| 359 | // Tells DevIL that we're writing to a lump, not a file |