Added DetectRangeError function

This commit is contained in:
Magnus Norddahl 2016-10-17 12:36:01 +02:00
commit af937366d1
7 changed files with 40 additions and 0 deletions

View file

@ -64,6 +64,7 @@ BYTE* viewimage;
extern "C" {
int ylookup[MAXHEIGHT];
BYTE *dc_destorg;
int dc_destheight;
}
int scaledviewwidth;