alState.h 139 B

123456789101112131415
  1. #ifndef _AL_STATE_H_
  2. #define _AL_STATE_H_
  3. #include "AL/al.h"
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10. #endif