Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/defs/sdlincl.h @ 9865

Last change on this file since 9865 was 5366, checked in by bensch, 19 years ago

orxonox/trunk: more definitions of GLGui.
also a patch to the resource-manager

File size: 271 bytes
RevLine 
[4381]1/*!
[5366]2 * @file sdlincl.h
3 * This file includes sdl Headers.
4 *
5 * no Class is defined here, but the SDL Headers
[4381]6*/
7
8#ifndef _SDLINCL_H
9#define _SDLINCL_H
10
[5366]11#include "confincl.h"
12
13#ifdef HAVE_SDL_H
14#include <SDL.h>
15#else
[4662]16#include <SDL/SDL.h>
[5366]17#endif
[4381]18
19#endif /* _SDLINCL_H */
20
Note: See TracBrowser for help on using the repository browser.