summaryrefslogtreecommitdiff
path: root/src/graphics/Renderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/Renderer.h')
-rw-r--r--src/graphics/Renderer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics/Renderer.h b/src/graphics/Renderer.h
index 7c84280..9c216ed 100644
--- a/src/graphics/Renderer.h
+++ b/src/graphics/Renderer.h
@@ -115,6 +115,8 @@ public:
VideoBuffer DumpFrame();
void drawblob(int x, int y, unsigned char cr, unsigned char cg, unsigned char cb);
+
+ pixel GetPixel(int x, int y);
//...
//Display mode modifiers
void CompileDisplayMode();