![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include "imgui.h"#include "imgui_widgets/widgets.h"#include <Strings/components/utils/converters/converters.h>#include "components/3rdparty/imgui/formats/dx11/imgui_impl_dx11.h"#include "components/3rdparty/imgui/formats/imgui_impl_win32.h"#include "components/resources/engine_globals/globals.h"#include "components/diagnostics/crash/crash.h"#include "components/rendering/rendering.h"#include "res/resource.h"#include "core.h"#include "imgui_widgets/devtools_bar.hpp"#include "imgui_widgets/dynamic_menubar.hpp"#include "imgui_widgets/menubar.hpp"#include "imgui_windows/builtin/dx11_window.hpp"#include "imgui_windows/builtin/imgui_demo.hpp"#include "imgui_windows/builtin/imgui_font_selector.hpp"#include "imgui_windows/builtin/imgui_metrics.hpp"#include "imgui_windows/builtin/imgui_style_editor.hpp"#include "imgui_windows/builtin/imgui_style_picker.hpp"#include "imgui_windows/legacy/about_blamite.hpp"#include "imgui_windows/legacy/config_editor.hpp"#include "imgui_windows/legacy/config_editor_new.hpp"#include "imgui_windows/legacy/ip_test.hpp"#include "imgui_windows/legacy/jtchat.hpp"#include "imgui_windows/legacy/license_prompt.hpp"#include "imgui_windows/legacy/stats.hpp"#include "imgui_windows/legacy/update_checker.hpp"#include "imgui_windows/legacy/weird_logger.hpp"#include "imgui_windows/info/engine_text_viewer.hpp"#include "imgui_windows/test/bgfx_config.hpp"#include "imgui_windows/test/crash_test.hpp"#include "imgui_windows/test/discord_rpc_tester.hpp"#include "imgui_windows/test/font_editor.hpp"#include "imgui_windows/test/network_stats.hpp"#include "imgui_windows/tools/bgfx_profiler.hpp"#include "imgui_windows/tools/blam_ui_editor.hpp"#include "imgui_windows/tools/config_editor.hpp"#include "imgui_windows/tools/console.hpp"#include "imgui_windows/tools/director.hpp"#include "imgui_windows/tools/globals_editor.hpp"#include "imgui_windows/tools/listeners.hpp"#include "imgui_windows/tools/ogre_hlms_debug.hpp"#include "imgui_windows/tools/ogre_scene_editor.hpp"#include "imgui_windows/tools/tag_editor.hpp"#include "imgui_windows/tools/theme_editor.hpp"#include "imgui_windows/tools/world_editor.hpp"#include "imgui_windows/about_blamite_new.hpp"#include "imgui_windows/about_imgui.hpp"#include "imgui_windows/debug_menu.hpp"#include "imgui_windows/error_dialog.hpp"#include "imgui_windows/exit.hpp"#include "imgui_windows/imgui_user_guide.hpp"#include "imgui_windows/theme_picker.hpp"Variables | |
| std::map< std::string, BlamImGuiWindow * > | imgui_window_list = std::map<std::string, BlamImGuiWindow*>() |
| The list of all available ImGUI windows. More... | |
| std::map<std::string, BlamImGuiWindow*> imgui_window_list = std::map<std::string, BlamImGuiWindow*>() |
The list of all available ImGUI windows.
Each key is the ID of the window, and each value is a pointer to the window data.