#include "file_util.h"
#include <dirent.h>
#include <sys/stat.h>
#include <fstream>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
namespace | yaze::app::core |
Core application logic and utilities. | |
Functions | |
std::string | yaze::app::core::GetFileExtension (const std::string &filename) |
std::string | yaze::app::core::GetFileName (const std::string &filename) |
std::string | yaze::app::core::LoadFile (const std::string &filename, Platform platform) |
void | yaze::app::core::SaveFile (const std::string &filename, const std::string &contents, Platform platform) |
std::string | yaze::app::core::GetConfigDirectory (Platform platform) |