#include "app/editor/system/file_browser.h"#include <algorithm>#include <fstream>#include <regex>#include "absl/strings/str_cat.h"#include "absl/strings/str_split.h"#include "app/gui/core/icons.h"#include "app/gui/core/style.h"#include "app/gui/core/theme_manager.h"#include "imgui/imgui.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |