| 699 | } |
| 700 | |
| 701 | void DarkenImg( // for apps and debugging, unneeded for ASM |
| 702 | CImage& img) // io: darken this image |
| 703 | { |
| 704 | img /= 2; |
| 705 | } |
| 706 | |
| 707 | void ForceRectIntoImg( // force rectangle into image |
| 708 | int& ix, // io |
nothing calls this directly
no outgoing calls
no test coverage detected