aboutsummaryrefslogtreecommitdiffstats
path: root/source/gui_code.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2023-07-08 11:46:15 -0400
committerClyne Sullivan <clyne@bitgloo.com>2023-07-08 11:46:15 -0400
commitd13d5aec56a40c5fc86a79e16e86e8ffb2dcd7fe (patch)
treef3030c553bd3bb93e9653cf8500ffc8445081c46 /source/gui_code.cpp
parented9011eb510567a91db9699b366ea6c6a3d8d881 (diff)
parentdf114682bf8ea175eb22d0e2812237d7934cf917 (diff)
Merge branch 'master' of ssh://code.bitgloo.com:222/clyne/stmdspgui into frequency-plot
Diffstat (limited to 'source/gui_code.cpp')
-rw-r--r--source/gui_code.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/gui_code.cpp b/source/gui_code.cpp
index 50fd0c8..b797e51 100644
--- a/source/gui_code.cpp
+++ b/source/gui_code.cpp
@@ -9,6 +9,7 @@
* If not, see <https://www.gnu.org/licenses/>.
*/
+#include "code.hpp"
#include "imgui.h"
#include "backends/imgui_impl_sdl.h"
#include "backends/imgui_impl_opengl2.h"
@@ -16,9 +17,6 @@
#include <string>
-extern void compileEditorCode(const std::string& code);
-extern void disassembleCode();
-
TextEditor editor; // file.cpp
static std::string editorCompiled;