PlaySound(TEXT("drum.wav"), NULL, SND_ALIAS | SND_APPLICATION);
|
|
#include
allows you to add header files to your code. A .lib
is not a header, and it's not human readable, consider it as compiled code that you can add to other code you're writing, but without allowing the source code to be seen.#pragma comment(lib, "winmm.lib")