Files
genode-world/include/SDL2/SDL_config.h
Josef Söntgen 72cdf74805 Port of SDL 2.0.14
Fixes #210
2020-06-10 15:10:02 +02:00

21 lines
399 B
C

/*
* \brief SDL config header
* \author Josef Soentgen
* \date 2016-01-05
*/
/*
* Copyright (C) 2016 Genode Labs GmbH
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
#ifndef _SDL_config_h
#define _SDL_config_h
#include <SDL_platform.h>
#include <SDL_config_genode.h>
#endif /* _SDL_config_h */