summaryrefslogtreecommitdiffhomepage
path: root/test/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-09 10:52:23 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-09 10:52:23 +0200
commit5bfd97756ad5c51e6a810d67ae69d054c7b38875 (patch)
tree83a469071c7e670f342fd161b1b6e1abfad981ac /test/app.hpp
parentf6d822abd400d7a61ccacb49df75212132bcec66 (diff)
a
Diffstat (limited to 'test/app.hpp')
-rw-r--r--test/app.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/app.hpp b/test/app.hpp
index 44fbed11..a7bb7d8b 100644
--- a/test/app.hpp
+++ b/test/app.hpp
@@ -9,5 +9,6 @@ struct app final : Platform::WindowlessWglApplication // NOLINT(cppcoreguideline
int exec() override;
static bool test_json();
static bool test_tile_iter();
+ static bool test_const_math();
};
} // namespace Magnum::Examples