diff options
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 2ffea8aa..bca4c49e 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -27,8 +27,6 @@ #include "AL/alext.h" #include "inprogext.h" -#include "logging.h" -#include "polymorphism.h" #include "atomic.h" #include "vector.h" #include "almalloc.h" @@ -77,10 +75,6 @@ constexpr inline size_t countof(const T(&)[N]) noexcept #endif #endif -#ifndef UINT64_MAX -#define UINT64_MAX U64(18446744073709551615) -#endif - #ifndef UNUSED #if defined(__cplusplus) #define UNUSED(x) @@ -238,6 +232,7 @@ static const union { struct HrtfEntry; struct HrtfHandle; +struct EnumeratedHrtf; struct DirectHrtfState; struct FrontStablizer; struct Compressor; @@ -597,13 +592,6 @@ struct FilterSubList { }; -struct EnumeratedHrtf { - std::string name; - - HrtfHandle *hrtf; -}; - - /* Maximum delay in samples for speaker distance compensation. */ #define MAX_DELAY_LENGTH 1024 |