comparison minijss/jloadxm.c @ 1167:848a88ce7a57

Use dmMemset().
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Mar 2015 07:37:35 +0200
parents 409926df7bea
children bc7473c0b9ce
comparison
equal deleted inserted replaced
1166:f29fa5b6b748 1167:848a88ce7a57
6 * TO DO: 6 * TO DO:
7 * - Add support for 1.02/1.03 XM-format versions. 7 * - Add support for 1.02/1.03 XM-format versions.
8 * (Not very useful, but if it's not too hard, then do it) 8 * (Not very useful, but if it's not too hard, then do it)
9 */ 9 */
10 #include "jssmod.h" 10 #include "jssmod.h"
11 #include <string.h>
12 11
13 12
14 /* XM value limit definitions 13 /* XM value limit definitions
15 */ 14 */
16 #define XM_MaxChannels (32) 15 #define XM_MaxChannels (32)