#include "app/editor/ui/editor_selection_dialog.h"
#include <sstream>
#include <fstream>
#include <algorithm>
#include "absl/strings/str_cat.h"
#include "imgui/imgui.h"
#include "app/gui/core/icons.h"
#include "app/gui/core/style.h"
#include "util/file_util.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::editor |
Editors are the view controllers for the application. | |