.. _program_listing_file_Src_GraphicsEngineOpenGL_debug_DebugApp.hpp: Program Listing for File DebugApp.hpp ===================================== |exhale_lsh| :ref:`Return to documentation for file ` (``Src/GraphicsEngineOpenGL/debug/DebugApp.hpp``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #pragma once #include class DebugApp { public: DebugApp(); bool areErrorPrintAll(const std::string &AdditionalArrayMessage = "Empty", const char *file = __FILE__, int line = __LINE__); bool arePreError(const std::string &AdditionalArrayMessage = "Empty", const char *file = __FILE__, int line = __LINE__); ~DebugApp(); private: };