Skip to content

Feynman 0.76

username-removed-579108 requested to merge Feynman_0.76 into master

version 0.76 -Energy (KE and PE) struct made local to function 'display()' and is passed by reference to 'calculate_energies()' -'Planet.h' has been renamed to 'Structures.h' -Introduced 'Keyboard_control' structure -Introduced 'Mouse_control' structure -Merged files 'Draw.h' and 'keyboard_control.h' into a single file 'drawing_and_input_controls.h' -Deleted the variable 'short int view_fixed_on_Planet'. Appearently it was doing nothing. -The variable 'int number_Collisions' is now local to the function 'void check_collisions(void)'

Merge request reports