diff options
Diffstat (limited to 'src/client/hud.h')
-rw-r--r-- | src/client/hud.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/hud.h b/src/client/hud.h index d341105d2..e228c1d52 100644 --- a/src/client/hud.h +++ b/src/client/hud.h @@ -52,6 +52,7 @@ public: ~Hud(); void toggleBlockBounds(); + void disableBlockBounds(); void drawBlockBounds(); void drawHotbar(u16 playeritem); |