yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
project.cc File Reference
#include "project.h"
#include <chrono>
#include <filesystem>
#include <fstream>
#include <iomanip>
#include <sstream>
#include "absl/strings/str_format.h"
#include "absl/strings/str_join.h"
#include "absl/strings/str_split.h"
#include "util/file_util.h"
#include "util/platform_paths.h"
#include "app/gui/icons.h"
#include "util/log.h"
#include "app/zelda3/zelda3_labels.h"
#include "imgui/imgui.h"
#include "yaze_config.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::core
 
namespace  yaze::core::anonymous_namespace{project.cc}
 

Functions

std::pair< std::string, std::string > yaze::core::anonymous_namespace{project.cc}::ParseKeyValue (const std::string &line)
 
bool yaze::core::anonymous_namespace{project.cc}::ParseBool (const std::string &value)
 
float yaze::core::anonymous_namespace{project.cc}::ParseFloat (const std::string &value)
 
std::vector< std::string > yaze::core::anonymous_namespace{project.cc}::ParseStringList (const std::string &value)