vgmstream/unix/gui.h

8 lines
101 B
C
Raw Normal View History

#ifndef __GUI__
#define __GUI__
void vgmstream_gui_about();
void vgmstream_gui_configure();
#endif