yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
editor_safeguards.h File Reference
#include "absl/status/status.h"
#include "absl/strings/str_format.h"
#include "rom/rom.h"
Include dependency graph for editor_safeguards.h:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 

Functions

absl::Status yaze::editor::RequireRomLoaded (const Rom *rom, const std::string &operation)
 
absl::Status yaze::editor::CheckRomState (const Rom *rom, const std::string &message)
 
std::string yaze::editor::GetRomStatusMessage (const Rom *rom)
 
bool yaze::editor::IsRomReadyForEditing (const Rom *rom)