yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
project.h File Reference
#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"
Include dependency graph for project.h:
This graph shows which files directly or indirectly include this file:

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"