summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/sdl/sdlinc.h
blob: 47ead42c0cf7646526a227e7bc0a803fa56243ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// license:BSD-3-Clause
// copyright-holders:Olivier Galibert, R. Belmont
#ifndef _sdlinc_h_
#define _sdlinc_h_

#include <SDL2/SDL.h>
#include <SDL2/SDL_version.h>
// on win32 this includes windows.h by itself and breaks us!
#ifndef SDLMAME_WIN32
#include <SDL2/SDL_syswm.h>
#endif

#endif