From 98338e268f34cda94246a397bb02256b3a4eaf6d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 1 Sep 2018 08:06:36 +1000 Subject: [PATCH] Minor rearrangement. --- mini_al.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mini_al.h b/mini_al.h index a3cf8aa3..616b63ec 100644 --- a/mini_al.h +++ b/mini_al.h @@ -354,9 +354,6 @@ typedef void* mal_handle; typedef void* mal_ptr; typedef void (* mal_proc)(void); -typedef struct mal_context mal_context; -typedef struct mal_device mal_device; - #if defined(_MSC_VER) && !defined(_WCHAR_T_DEFINED) typedef mal_uint16 wchar_t; #endif @@ -411,6 +408,8 @@ typedef mal_uint16 wchar_t; #define MAL_LOG_LEVEL MAL_LOG_LEVEL_ERROR #endif +typedef struct mal_context mal_context; +typedef struct mal_device mal_device; typedef mal_uint8 mal_channel; #define MAL_CHANNEL_NONE 0