summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index fe87fbab..7867e13d 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -51,6 +51,12 @@ class LocalPlayer : public Player
virtual void logic();
virtual void nextStep();
+ /**
+ * Draws the name text below the being.
+ */
+ virtual void
+ drawName(Graphics *graphics, Sint32 offsetX, Sint32 offsetY) {};
+
virtual Type getType() const;
void clearInventory();