mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-12 13:21:51 +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
|
||
|
};
|