Overture  Version 25
PlotStuff.h
Go to the documentation of this file.
1 #ifndef PLOTSTUFF_H
2 #define PLOTSTUFF_H "PlotStuff.h"
3 
4 #include "GUITypes.h"
5 #include "GL_GraphicsInterface.h"
6 typedef GL_GraphicsInterface PlotStuff; // somehow PlotStuff gets defined anyway???
7 
8 // this just contains a typedef to GraphicsParameters (and includes GraphicsParameters.h)
9 #include "PlotStuffParameters.h"
10 
11 #endif