X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fhud.hpp;h=984a24dc0c426e6de05437af57a4efd9af9c5ad6;hb=e53a0e2e711a7d8bd9b0ddacd1360aa14370643f;hp=4bfd5fb9ae5903a0861287b5791b90b1c7eb9911;hpb=f924498d348c33d0c27f129c599a7466312253b2;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;