#include <algorithm>
#include <fstream>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "app/core/common.h"
#include "app/core/utils/file_util.h"
Go to the source code of this file.
Classes | |
struct | yaze::app::Project |
Represents a project in the application. More... | |
struct | yaze::app::ResourceLabelManager |
struct | yaze::app::ResourceLabelManager::ResourceType |
class | yaze::app::RecentFilesManager |
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
Variables | |
const std::string | yaze::app::kRecentFilesFilename = "recent_files.txt" |
constexpr char | yaze::app::kEndOfProjectFile [] = "EndOfProjectFile" |