GUI: add a debug window

This commit is contained in:
tildearrow 2022-01-27 00:29:16 -05:00
parent 30b012cc5e
commit 0e633ea69b
44 changed files with 490 additions and 4 deletions

6
src/gui/debug.h Normal file
View file

@ -0,0 +1,6 @@
#ifndef _GUI_DEBUG_H
#define _GUI_DEBUG_H
#include "../engine/song.h"
void putDispatchChan(void* data, int chanNum, int type);
#endif