Rube Goldberg Machine 1.0
This is the base code for Rube Goldberg designed for the CS296 Software Systems Lab
|
Go to the source code of this file.
Namespaces | |
namespace | cs296 |
These are user defined include files Included in double quotes - the path to find these has to be given at compile time. | |
Variables | |
int32 | cs296::test_index = 0 |
int32 | cs296::test_selection = 0 |
int32 | cs296::test_count = 0 |
cs296::sim_t * | cs296::entry |
cs296::base_sim_t * | cs296::test |
cs296::settings_t | cs296::settings |
int32 | cs296::width = 640 |
int32 | cs296::height = 480 |
int32 | cs296::frame_period = 16 |
int32 | cs296::main_window |
float | cs296::settings_hz = 60.0 |
float32 | cs296::view_zoom = 1.0f |
int | cs296::tx |
int | cs296::ty |
int | cs296::tw |
int | cs296::th |
bool | cs296::r_mouse_down |
b2Vec2 | cs296::lastp |