#pragma once #include #include namespace Magnum::Examples { struct app final : Platform::WindowlessWglApplication // NOLINT(cppcoreguidelines-virtual-class-destructor) { explicit app(const Arguments& arguments); ~app(); int exec() override; static bool test_json(); }; } // namespace Magnum::Examples