Commit 98338e26 authored by David Reid's avatar David Reid

Minor rearrangement.

parent 21924246
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment