Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5366 in orxonox.OLD for trunk/src/defs/sdlincl.h


Ignore:
Timestamp:
Oct 12, 2005, 1:23:08 AM (19 years ago)
Author:
bensch
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/sdlincl.h

    r4662 r5366  
    11/*!
    2   \file sdlincl.h
    3   \brief This file includes sdl Headers.
    4 
    5   no Class is defined here, but the SDL Headers
     2 * @file sdlincl.h
     3 * This file includes sdl Headers.
     4 *
     5 * no Class is defined here, but the SDL Headers
    66*/
    77
     
    99#define _SDLINCL_H
    1010
     11#include "confincl.h"
     12
     13#ifdef HAVE_SDL_H
     14#include <SDL.h>
     15#else
    1116#include <SDL/SDL.h>
     17#endif
    1218
    1319#endif /* _SDLINCL_H */
Note: See TracChangeset for help on using the changeset viewer.