aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform.h')
-rw-r--r--src/Platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Platform.h b/src/Platform.h
index 8075f0ec6..382ae30ee 100644
--- a/src/Platform.h
+++ b/src/Platform.h
@@ -184,6 +184,7 @@ public:
virtual bool Initialised()=0;
virtual void PenColour(ColourDesired fore)=0;
virtual int LogPixelsY()=0;
+ virtual int PixelDivisions()=0;
virtual int DeviceHeightFont(int points)=0;
virtual void MoveTo(int x_, int y_)=0;
virtual void LineTo(int x_, int y_)=0;