furnace/src/gui/debug.h

6 lines
134 B
C
Raw Normal View History

2022-01-27 00:29:16 -05:00
#ifndef _GUI_DEBUG_H
#define _GUI_DEBUG_H
#include "../engine/song.h"
void putDispatchChan(void* data, int chanNum, int type);
#endif