|
|
| version 1.1, 2004/08/01 05:31:31 | version 1.3, 2004/08/07 07:19:56 |
|---|---|
| Line 3 | Line 3 |
| #include "sysmng.h" | #include "sysmng.h" |
| #include "scrndraw.h" | #include "scrndraw.h" |
| #include "sdraw.h" | #include "sdraw.h" |
| #include "draw.h" | |
| #include "palettes.h" | #include "palettes.h" |
| #include "makescrn.h" | |
| SCRN scrn; | SCRN scrn; |
| UINT8 renewalline[SCREEN_HEIGHT+4]; | UINT8 renewalline[SURFACE_HEIGHT+4]; |
| UINT8 screenmap[SCREEN_WIDTH * SCREEN_HEIGHT]; | UINT8 screenmap[SURFACE_SIZE]; |
| static void updateallline(UINT32 update) { | static void updateallline(UINT32 update) { |