common: add DOS4GW platform

This commit is contained in:
mittorn
2020-02-08 23:06:13 +07:00
parent 828def3b25
commit d8f20f3642
4 changed files with 21 additions and 2 deletions

View File

@@ -20,6 +20,8 @@ GNU General Public License for more details.
#define VIDEO_SDL 1
#define VIDEO_ANDROID 2
#define VIDEO_FBDEV 3
#define VIDEO_DOS 4
// audio backends (XASH_SOUND)
#define SOUND_NULL 0
@@ -44,6 +46,7 @@ GNU General Public License for more details.
#define TIMER_SDL 1
#define TIMER_LINUX 2
#define TIMER_WIN32 3
#define TIMER_DOS 4
// messageboxes (XASH_MESSAGEBOX)
#define MSGBOX_STDERR 0