added realloc to xma

This commit is contained in:
2010-07-31 07:24:19 +00:00
parent a1965a6544
commit 4ef1730e71
10 changed files with 404 additions and 92 deletions

View File

@ -24,6 +24,10 @@
#include <qse/types.h>
#include <qse/macros.h>
#ifdef QSE_BUILD_DEBUG
# define QSE_XMA_ENABLE_STAT
#endif
typedef struct qse_xma_t qse_xma_t;
typedef struct qse_xma_blk_t qse_xma_blk_t;