// это в https://github.com/SpeechKingV/guess_the_number__with_graphics/blob/main/Menu_games.cpp#include <windows.h>#include <conio.h>#include <mmsystem.h>//sndPlaySound#include <stdio.h>#include <tchar.h>#pragma comment(lib, "winmm.lib")// это в конструкторе if(!settings[1]) // включена ли музыка(в настройках игры) { wchar_t path[]=L"1.wav"; PlaySound(path, NULL, SND_FILENAME); }
LIBS += winmm
LIBS += -lwinmm