#include "Ui.hpp" #include "5800FileSystem.h" #include "AddressWindow.h" #include "BitmapViewer.h" #include "CallAnalysis.h" #include "Chipset/Chipset.hpp" #include "Chipset/MMU.hpp" #include "CodeViewer.hpp" #include "Editors.h" #include "HwController.h" #include "Injector.hpp" #include "LabelFile.h" #include "LabelViewer.h" #include "MemBreakPoint.hpp" #include "Random.hpp" #include "Theme.h" #include "VariableWindow.h" #include "WatchWindow.hpp" #ifndef TEST_BUILD #include "Rop/RopCompilerUI.h" #include "PluginLogWindow.hpp" #include "SnapshotWindow.h" #endif #include "imgui/imgui.h" #include "imgui/imgui_impl_sdl2.h" #include "imgui/imgui_impl_sdlrenderer2.h" #include #include #include #ifdef ENABLE_SENTRY #include #endif #include bool show_sentry_feedback = false; char sentry_user_comments[1024] = ""; char sentry_user_email[128] = ""; char sentry_user_name[128] = ""; char* n_ram_buffer = 0; casioemu::MMU* me_mmu = 0; SDL_Window* window = 0; SDL_Renderer* renderer = 0; std::vector