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/OffscreenContext.h | |
parent | e80d847e3d9249d22bf70f257df7b2130487b211 (diff) |
undo experiment with object orientation
Diffstat (limited to 'src/OffscreenContext.h')
-rw-r--r-- | src/OffscreenContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OffscreenContext.h b/src/OffscreenContext.h index 6eebcba..8645da7 100644 --- a/src/OffscreenContext.h +++ b/src/OffscreenContext.h @@ -1,7 +1,7 @@ #ifndef OFFSCREENCONTEXT_H_ #define OFFSCREENCONTEXT_H_ -#include <iostream> // for error output +#include <iostream> #include <string> struct OffscreenContext *create_offscreen_context(int w, int h); |