X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fhud.hpp;fp=src%2Fhud.hpp;h=984a24dc0c426e6de05437af57a4efd9af9c5ad6;hb=76b3ec0f6aa0dacf6d4944a2787991f3585299e8;hp=4bfd5fb9ae5903a0861287b5791b90b1c7eb9911;hpb=6e59f3102d6d64355d5a30b708a326327b089aaf;p=blank.git diff --git a/src/hud.hpp b/src/hud.hpp index 4bfd5fb..984a24d 100644 --- a/src/hud.hpp +++ b/src/hud.hpp @@ -20,12 +20,12 @@ public: HUD(const HUD &) = delete; HUD &operator =(const HUD &) = delete; - void Viewport(float width, float height); - void Viewport(float x, float y, float width, float height); + void Viewport(float width, float height) noexcept; + void Viewport(float x, float y, float width, float height) noexcept; void Display(const Block &); - void Render(DirectionalLighting &); + void Render(DirectionalLighting &) noexcept; private: const BlockTypeRegistry &types;