From: sparky4 Date: Fri, 18 Mar 2016 15:30:36 +0000 (-0500) Subject: tesuto is vrl draw now ww X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=b2077ecde6447bce1eff56479756606d51bacb24;p=16.git tesuto is vrl draw now ww --- diff --git a/src/tesuto.h b/src/tesuto.h index 66b87fc8..e2bdeae7 100755 --- a/src/tesuto.h +++ b/src/tesuto.h @@ -2,9 +2,10 @@ #define __TESUTO_H__ #include "src/lib/16_head.h" +#include "src/lib/doslib/hw/cpu/cpu.h" #include "src/lib/doslib/hw/vga/vga.h" #include "src/lib/doslib/hw/dos/dos.h" -#include "src/lib/doslib/hw/cpu/cpu.h" + typedef unsigned char far *VGA_RAM_PTR; VGA_RAM_PTR vga_graphics_ram = (VGA_RAM_PTR)MK_FP(0xA000,0x0000);