6 lines
134 B
C
6 lines
134 B
C
#ifndef _GUI_DEBUG_H
|
|
#define _GUI_DEBUG_H
|
|
#include "../engine/song.h"
|
|
|
|
void putDispatchChan(void* data, int chanNum, int type);
|
|
#endif |