diff options
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ public: const cGraphLCDService * GetServiceObject() const { return mService; } GLCD::cDriver * GetDriver() const { return mLcd; } + GLCD::cSkin * GetSkin() const { return mSkin; } const eDisplayMode GetDisplayMode() const { return mDisplayMode; } protected: |