mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-03-01 14:41:16 +00:00
6 lines
127 B
C
6 lines
127 B
C
|
#include "rhythmdata.h"
|
||
|
|
||
|
const unsigned char* rhythmdata[6] = {
|
||
|
BD_2608, SD_2608, TOP_2608, HH_2608, TOM_2608, RIM_2608
|
||
|
};
|