mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
(nw)
This commit is contained in:
parent
736dabbca7
commit
634199ff6e
@ -9,8 +9,6 @@
|
|||||||
//
|
//
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
// standard sdl header
|
|
||||||
#include "sdlinc.h"
|
|
||||||
|
|
||||||
#ifdef SDLMAME_UNIX
|
#ifdef SDLMAME_UNIX
|
||||||
#ifndef SDLMAME_MACOSX
|
#ifndef SDLMAME_MACOSX
|
||||||
@ -36,6 +34,8 @@
|
|||||||
#include <os2.h>
|
#include <os2.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "sdlinc.h"
|
||||||
|
|
||||||
// MAME headers
|
// MAME headers
|
||||||
#include "osdepend.h"
|
#include "osdepend.h"
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
|
@ -9,8 +9,6 @@
|
|||||||
//
|
//
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
#include "sdlinc.h"
|
|
||||||
|
|
||||||
#ifdef SDLMAME_X11
|
#ifdef SDLMAME_X11
|
||||||
#include <X11/extensions/Xinerama.h>
|
#include <X11/extensions/Xinerama.h>
|
||||||
#endif
|
#endif
|
||||||
@ -37,6 +35,8 @@
|
|||||||
#include <os2.h>
|
#include <os2.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "sdlinc.h"
|
||||||
|
|
||||||
// MAME headers
|
// MAME headers
|
||||||
#include "emu.h"
|
#include "emu.h"
|
||||||
#include "rendutil.h"
|
#include "rendutil.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user