#include "wave-glut/renderable.h"
Go to the source code of this file.
Classes | |
class | glut::DisplayLine |
represents a single (small) status line to overlay in the demo More... | |
class | glut::DemoHost |
You'll need to provide a class that inherits from DemoHost. More... | |
Namespaces | |
namespace | glut |
Typedefs | |
typedef std::vector< smart_ptr < DisplayLine > > | glut::vec_display_lines_t |
Functions | |
void | glut::startDemo (IN int argc, IN const char *argv[], IN const char *title, IN DemoHost *host) |
use this method to kick off a quick demo (provide an instance of your own host, inherited from glut::DemoHost ). |