I started learning C++ recently, and I have to make my program play a WAV file.

In VB6 I would easily do this using the PlaySound API, but in C++ I need to include a header file, which header do i have to include to use the PlaySound API?

Thank you,
Sir Loin