PDA

View Full Version : بازی پینگ پونگ



zahra 72
سه شنبه 30 دی 1393, 18:14 عصر
سلام کسی میدونه مشکل این کد چیه ؟؟؟؟ چرا کار نمیکنه؟؟؟؟؟؟؟؟











paddle_x_pos = initial_paddle_x_pos = INITIAL_WIDTH / 2;
ball_x_pos = initial_ball_x_pos = INITIAL_WIDTH / 2;
ball_y_pos = initial_ball_y_pos = INITIAL_HEIGHT / 2;





glutMainLoop();


return 1;
}