couple of missing Qt prototypes

Shut up two missing prototype warnings.
This commit is contained in:
PatR
2021-01-23 15:58:23 -08:00
parent 8affbf5a24
commit 31046826f5
3 changed files with 13 additions and 7 deletions
+4 -1
View File
@@ -1062,7 +1062,10 @@ struct window_procs Qt_procs = {
};
#ifndef WIN32
extern "C" void
extern "C" void play_usersound(const char *, int);
/* called from core, sounds.c */
void
play_usersound(const char *filename, int volume UNUSED)
{
#if defined(USER_SOUNDS) && !defined(QT_NO_SOUND)