#include "controller.h"
#include <SDL.h>
#include <filesystem>
#include <memory>
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "app/core/platform/font_loader.h"
#include "app/editor/editor_manager.h"
#include "app/gui/style.h"
#include "core/utils/file_util.h"
#include "imgui/backends/imgui_impl_sdl2.h"
#include "imgui/backends/imgui_impl_sdlrenderer2.h"
#include "imgui/imgui.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
namespace | yaze::app::core |
Core application logic and utilities. | |
namespace | yaze::app::core::anonymous_namespace{controller.cc} |
Functions | |
void | yaze::app::core::anonymous_namespace{controller.cc}::NewMasterFrame () |
Variables | |
constexpr ImGuiWindowFlags | yaze::app::core::anonymous_namespace{controller.cc}::kMainEditorFlags |