diff options
Diffstat (limited to 'engines/pegasus/graphics.h')
-rw-r--r-- | engines/pegasus/graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/graphics.h b/engines/pegasus/graphics.h index 90d0f33a73..fffa3a6292 100644 --- a/engines/pegasus/graphics.h +++ b/engines/pegasus/graphics.h @@ -53,6 +53,7 @@ public: void updateDisplay(); Graphics::Surface *getWorkArea() { return &_workArea; } void clearScreen(); + DisplayElement *findDisplayElement(const tDisplayElementID id); private: PegasusEngine *_vm; |