Changeset 4196 in orxonox.OLD for orxonox/branches/openAL/src/defs
- Timestamp:
- May 16, 2005, 3:16:33 PM (20 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/openAL/src/defs/alincl.h
r4187 r4196 1 1 /*! 2 \file glincl.h3 \brief This file includes gl Headers.2 \file alincl.h 3 \brief This file includes al Headers. 4 4 5 no Class is defined here, but the open glHeaders5 no Class is defined here, but the openAL Headers 6 6 */ 7 7 8 #ifndef _GLINCL_H 9 #define _GLINCL_H 10 11 #include <SDL.h> 8 #ifndef _ALINCL_H 9 #define _ALINCL_H 12 10 13 11 #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> 16 15 #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> 19 19 #endif 20 20 21 #endif /* _ GLINCL_H */21 #endif /* _ALINCL_H */
Note: See TracChangeset
for help on using the changeset viewer.