Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5002 was 4662, checked in by bensch, 19 years ago

orxonox/trunk: safer compile support

File size: 202 bytes
RevLine 
[4381]1/*!
2  \file sdlincl.h
3  \brief This file includes sdl Headers.
[4662]4
[4381]5  no Class is defined here, but the SDL Headers
6*/
7
8#ifndef _SDLINCL_H
9#define _SDLINCL_H
10
[4662]11#include <SDL/SDL.h>
[4381]12
13#endif /* _SDLINCL_H */
14
Note: See TracBrowser for help on using the repository browser.