I have a question about game programming with c. I should add a background music on my game, and the same time i want to move my character on it. i used that way for solution
PlaySound("sample.wav",NULL,SDN_SYNC);
playing music ok but i cant move my character...