21 lines
399 B
C
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 */
|