aboutsummaryrefslogtreecommitdiff
path: root/src/ActionScene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ActionScene.cpp')
-rw-r--r--src/ActionScene.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ActionScene.cpp b/src/ActionScene.cpp
index cc6faa4..8799e3e 100644
--- a/src/ActionScene.cpp
+++ b/src/ActionScene.cpp
@@ -103,6 +103,11 @@ void ActionScene::keyPressEvent(QKeyEvent *event)
}
}
+void ActionScene::drawForeground(QPainter *painter, const QRectF &rect)
+{
+
+}
+
void ActionScene::loadMap(QString target)
{
QFileInfo f(target);