diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-13 20:34:01 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-13 20:34:01 (GMT) |
commit | c4231685f6cba5feec8bcec324a3fd884687d56e (patch) | |
tree | 37d0406d3017b509e147f88fea91e4972dfd2d48 /tests/OffscreenContext.h | |
parent | 1f9ce62573b65715e7b134ad4d8c8079fc28aa44 (diff) |
option '--info' to opencsgtest for windows. also output html + wiki code.
Diffstat (limited to 'tests/OffscreenContext.h')
-rw-r--r-- | tests/OffscreenContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/OffscreenContext.h b/tests/OffscreenContext.h index a079c3f..6eebcba 100644 --- a/tests/OffscreenContext.h +++ b/tests/OffscreenContext.h @@ -2,10 +2,12 @@ #define OFFSCREENCONTEXT_H_ #include <iostream> // for error output +#include <string> struct OffscreenContext *create_offscreen_context(int w, int h); void bind_offscreen_context(OffscreenContext *ctx); bool teardown_offscreen_context(OffscreenContext *ctx); bool save_framebuffer(OffscreenContext *ctx, const char *filename); +std::string offscreen_context_getinfo(OffscreenContext *ctx); #endif |