Update øving 3

master
Øyvind Skaaden 2019-02-07 12:11:51 +01:00
parent 0de4420aed
commit 154939111d
2 changed files with 6 additions and 2 deletions

View File

@ -52,7 +52,7 @@ void getUserInput(double& theta, double& absVelocity)
double degToRad(double deg)
{
return deg * M_PI / 180;
return deg * M_PI / 180;
}
double getVelocityX(double theta, double absVelocity)

View File

@ -30,7 +30,11 @@ int main(){
#pragma region Game - Task 5d
playTargetPractice(10);
int rounds = 10;
playTargetPractice(rounds);
#pragma endregion