Physics-Simulator
v1.4.0-beta.2
|
Namespace for cannonballs | Holds functions that deal with the balls colliding, and creating new balls that are currently in main.cpp. I wanted to get them out of the global scope. |
Namespace for core functions | Holds functions some core functions for the main |
Values held globally | Things that will need to be referenced by many different functions. |
Defined Physics values | Physics values for how the program works. |
EquationValues | Values used for certain equations |
Stuff for SDL | Important items for the SDL screen |
Version Information | These are defines hold all the information that is related to program version. |
Stuff for Cannonballs | Important items for the cannonballs |