Merge branch 'master' into experimental

This commit is contained in:
Melissa Goad
2017-05-18 13:17:44 -05:00
75 changed files with 637 additions and 545 deletions

View File

@@ -13,7 +13,7 @@
#include "vid_cga.h"
#include "vid_cga_comp.h"
#ifndef __unix
#include "../win-cgapal.h"
# include "../win/win_cgapal.h" /*YUCK*/
#endif

View File

@@ -11,7 +11,7 @@
#include "video.h"
#include "vid_hercules.h"
#ifndef __unix
#include "../win-cgapal.h"
# include "../win/win_cgapal.h" /*YUCK*/
#endif

View File

@@ -11,7 +11,7 @@
#include "video.h"
#include "vid_mda.h"
#ifndef __unix
#include "../win-cgapal.h"
# include "../win/win_cgapal.h" /*YUCK*/
#endif

View File

@@ -17,7 +17,7 @@
#include "video.h"
#include "vid_svga.h"
#ifndef __unix
#include "../win-cgapal.h"
# include "../win/win_cgapal.h" /*YUCK*/
#endif