diff options
| author | Andrew Ward <rw@rubenwardy.com> | 2018-03-28 16:04:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-28 16:04:41 +0100 |
| commit | 2323842dd3dd336b087ca3cf9756e0680b3a1244 (patch) | |
| tree | 6b76f139e42872c8457c991925a5a2e6d41b85c9 /src/player.h | |
| parent | 040b878cd5f77f6b44622b7c00255b4981500dc8 (diff) | |
| download | dragonfireclient-2323842dd3dd336b087ca3cf9756e0680b3a1244.tar.xz | |
Add formspec theming using prepended strings
Diffstat (limited to 'src/player.h')
| -rw-r--r-- | src/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index e343f55a5..2d4bfd839 100644 --- a/src/player.h +++ b/src/player.h @@ -148,6 +148,7 @@ public: float local_animation_speed; std::string inventory_formspec; + std::string formspec_prepend; PlayerControl control; const PlayerControl& getPlayerControl() { return control; } |
