Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4196 in orxonox.OLD for orxonox/branches/openAL/src/defs/alincl.h


Ignore:
Timestamp:
May 16, 2005, 3:16:33 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/openAL: implemented some basic Functions

File:
1 copied

Legend:

Unmodified
Added
Removed
  • orxonox/branches/openAL/src/defs/alincl.h

    r4187 r4196  
    11/*!
    2   \file glincl.h
    3   \brief This file includes gl Headers.
     2  \file alincl.h
     3  \brief This file includes al Headers.
    44 
    5   no Class is defined here, but the opengl Headers
     5  no Class is defined here, but the openAL Headers
    66*/
    77
    8 #ifndef _GLINCL_H
    9 #define _GLINCL_H
    10 
    11 #include <SDL.h>
     8#ifndef _ALINCL_H
     9#define _ALINCL_H
    1210
    1311#ifndef __APPLE__
    14 #include <GL/gl.h>
    15 #include <GL/glu.h>
     12#include <AL/al.h>
     13#include <AL/alu.h>
     14#include <AL/alut.h>
    1615#else
    17 #include <OpenGL/gl.h>
    18 #include <OpenGL/glu.h>
     16#include <OpenAL/al.h>
     17#include <OpenAL/alu.h>
     18#include <OpenAL/alut.h>
    1919#endif
    2020
    21 #endif /* _GLINCL_H */
     21#endif /* _ALINCL_H */
Note: See TracChangeset for help on using the changeset viewer.