/*! \file alincl.h \brief This file includes al Headers. no Class is defined here, but the openAL Headers */ #ifndef _ALINCL_H #define _ALINCL_H #ifndef __APPLE__ #include #include #include #else #include #include #include #endif #endif /* _ALINCL_H */