aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/VectorRenderer.h')
-rw-r--r--graphics/VectorRenderer.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h
index f7dffbd621..c5a09faf81 100644
--- a/graphics/VectorRenderer.h
+++ b/graphics/VectorRenderer.h
@@ -28,9 +28,12 @@
#include "common/scummsys.h"
#include "graphics/surface.h"
+#include "common/system.h"
namespace Graphics {
+void vector_renderer_test( OSystem *_system );
+
/**
* VectorRenderer: The core Vector Renderer Class
*
@@ -104,6 +107,10 @@ public:
*/
virtual void setColor(uint8 r, uint8 g, uint8 b, uint8 a) = 0;
+ virtual void setSurface( Surface *surface ){
+ _activeSurface = surface;
+ }
+
protected:
/**