Update øving 3
parent
0de4420aed
commit
154939111d
|
@ -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)
|
||||
|
|
|
@ -30,7 +30,11 @@ int main(){
|
|||
|
||||
#pragma region Game - Task 5d
|
||||
|
||||
playTargetPractice(10);
|
||||
int rounds = 10;
|
||||
|
||||
playTargetPractice(rounds);
|
||||
|
||||
|
||||
|
||||
#pragma endregion
|
||||
|
||||
|
|
Loading…
Reference in New Issue