Rube Goldberg Machine 1.0
This is the base code for Rube Goldberg designed for the CS296 Software Systems Lab
|
#include "cs296_base.hpp"
#include "render.hpp"
#include "GL/freeglut.h"
#include <cstring>
#include "dominos.hpp"
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. |