Moved emulator_version #define to 86box.h and #included it in all files that use that #define.

This commit is contained in:
OBattler
2016-08-15 04:01:36 +02:00
parent 17c1817bff
commit 9a4cd321d6
5 changed files with 5 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <stdlib.h>
#include "86box.h"
#include "ibm.h"
#include "cdrom-null.h"
#include "cdrom-ioctl.h"