mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-07 15:01:24 +01:00
7 lines
69 B
C
7 lines
69 B
C
|
#ifndef __GUI__
|
||
|
#define __GUI__
|
||
|
|
||
|
void vgmstream_gui_about();
|
||
|
|
||
|
#endif
|