yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::anonymous_namespace{scratch_space.cc} Namespace Reference

Functions

absl::StatusOr< std::filesystem::path > GetScratchPadPath ()
 

Variables

constexpr int kScratchPadVersion = 1
 
constexpr const char * kScratchPadFileName = "ScratchPad.dat"
 

Function Documentation

◆ GetScratchPadPath()

absl::StatusOr< std::filesystem::path > yaze::editor::anonymous_namespace{scratch_space.cc}::GetScratchPadPath ( )

Definition at line 35 of file scratch_space.cc.

References ASSIGN_OR_RETURN, yaze::util::PlatformPaths::GetConfigDirectory(), GetScratchPadPath(), and kScratchPadFileName.

Referenced by GetScratchPadPath().

Here is the call graph for this function:

Variable Documentation

◆ kScratchPadVersion

constexpr int yaze::editor::anonymous_namespace{scratch_space.cc}::kScratchPadVersion = 1
constexpr

Definition at line 32 of file scratch_space.cc.

◆ kScratchPadFileName

constexpr const char* yaze::editor::anonymous_namespace{scratch_space.cc}::kScratchPadFileName = "ScratchPad.dat"
constexpr

Definition at line 33 of file scratch_space.cc.

Referenced by GetScratchPadPath().