diff options
Diffstat (limited to 'src/Renderer.h')
| -rw-r--r-- | src/Renderer.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Renderer.h b/src/Renderer.h index d43e0cb..9ed7dbb 100644 --- a/src/Renderer.h +++ b/src/Renderer.h @@ -5,6 +5,7 @@ #include "Config.h" #include "simulation/Simulation.h" #include "Graphics.h" +#include "interface/Point.h" class Simulation; @@ -41,7 +42,15 @@ public: Graphics * g; gcache_item *graphicscache; + //Zoom window + ui::Point zoomWindowPosition; + ui::Point zoomScopePosition; + int zoomScopeSize; + bool zoomEnabled; + int ZFACTOR; + //Renderers + void RenderZoom(); void DrawWalls(); void DrawSigns(); void render_gravlensing(); |
