diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-26 00:36:55 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-26 00:36:55 (GMT) |
commit | c116a0849c7531ec4d0e59b6d61aaf6137dcd568 (patch) | |
tree | 39a8de4972d00aff8baaa05a51fda66d75fc6cdb /src/OffscreenView.h | |
parent | e80d847e3d9249d22bf70f257df7b2130487b211 (diff) |
undo experiment with object orientation
Diffstat (limited to 'src/OffscreenView.h')
-rw-r--r-- | src/OffscreenView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/OffscreenView.h b/src/OffscreenView.h index a44e0c1..f401bef 100644 --- a/src/OffscreenView.h +++ b/src/OffscreenView.h @@ -9,6 +9,7 @@ #include <stdint.h> #endif #include "system-gl.h" +#include <iostream> class OffscreenView { @@ -24,6 +25,7 @@ public: void setupOrtho(bool offset=false); void paintGL(); bool save(const char *filename); + bool save(std::ostream &output); std::string getInfo(); GLint shaderinfo[11]; |