.. _program_listing_file_Src_GraphicsEngineVulkan_app_App.hpp: Program Listing for File App.hpp ================================ |exhale_lsh| :ref:`Return to documentation for file ` (``Src/GraphicsEngineVulkan/app/App.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once namespace Kataglyphis { class App { public: App(); int run(); ~App(); private: }; }// namespace Kataglyphis