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