2014年5月23日 星期五

播放wav音效

#include <windows.h>
#include <mmsystem.h>

int main()
{
      PlaySound("音效檔名.wav",NULL, SND_SYNC);  
}

沒有留言:

張貼留言