diff options
Diffstat (limited to 'source/gui_help.cpp')
-rw-r--r-- | source/gui_help.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/gui_help.cpp b/source/gui_help.cpp index a17d9fa..b60387b 100644 --- a/source/gui_help.cpp +++ b/source/gui_help.cpp @@ -1,3 +1,14 @@ +/** + * @file gui_help.cpp + * @brief Defines the "Help" menu and provides its functionality. + * + * Copyright (C) 2022 Clyne Sullivan + * + * Distributed under the GNU GPL v3 or later. You should have received a copy of + * the GNU General Public License along with this program. + * If not, see <https://www.gnu.org/licenses/>. + */ + #include "imgui.h" #include "ImGuiFileDialog.h" |