enhanced xma realloc()

This commit is contained in:
2010-08-01 01:45:47 +00:00
parent 4ef1730e71
commit 221db8488e
10 changed files with 2837 additions and 293 deletions

View File

@ -96,6 +96,12 @@ void qse_xma_free (
void* b
);
void qse_xma_dump (
qse_xma_t* xma,
int (*printf)(const qse_char_t* fmt,...)
);
#ifdef __cplusplus
}
#endif