//timing variable DWORD screentimer = timeGetTime(); DWORD coretimer = timeGetTime(); DWORD bumpertimer = timeGetTime(); //the wave sound CSound *sound_bounce = NULL; CSound *sound_electric = NULL; bool Game_Init(HWND window) { srand(time(NULL)); //initialize Direct3D if (!Direct3...