Include cassert header in vga
This commit is contained in:
parent
cd93ea9507
commit
d0da4341fe
1 changed files with 5 additions and 6 deletions
|
@ -16,14 +16,13 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
|
||||
#include "dosbox.h"
|
||||
//#include "setup.h"
|
||||
#include "video.h"
|
||||
#include "pic.h"
|
||||
#include "vga.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
|
||||
#include "pic.h"
|
||||
#include "video.h"
|
||||
|
||||
VGA_Type vga;
|
||||
SVGA_Driver svga;
|
||||
|
|
Loading…
Add table
Reference in a new issue