aboutsummaryrefslogtreecommitdiffstats
path: root/source/main.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-01-21 10:48:40 -0500
committerClyne Sullivan <clyne@bitgloo.com>2023-01-21 10:48:40 -0500
commit0b9b5e62e886f9e7e7c17d558876f59f6a6e8c73 (patch)
treecb81ed4d646c6f0443a8e3b1a40f224811e4ed98 /source/main.cpp
parent5902a67796000c7546d07fa778b26619c4588c3a (diff)
update documentation, fix some includes
Diffstat (limited to 'source/main.cpp')
-rw-r--r--source/main.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/source/main.cpp b/source/main.cpp
index aa9f7c4..a624499 100644
--- a/source/main.cpp
+++ b/source/main.cpp
@@ -2,7 +2,7 @@
* @file main.cpp
* @brief Program entry point and main loop.
*
- * Copyright (C) 2021 Clyne Sullivan
+ * 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.
@@ -13,7 +13,9 @@
#include "backends/imgui_impl_sdl.h"
#include "backends/imgui_impl_opengl2.h"
+#include "gui_help.hpp"
#include "logview.h"
+#include "main.hpp"
#include "stmdsp.hpp"
#include <chrono>
@@ -37,10 +39,6 @@ bool guiInitialize();
bool guiHandleEvents();
void guiShutdown();
void guiRender();
-void helpRenderMenu();
-void helpRenderDialog();
-
-void log(const std::string& str);
static LogView logView;
static ImFont *fontSans = nullptr;