Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
|
#include "common/data.h"
#include <filesystem>
#include <fstream>
#include <stdexcept>
#include <string>
#include "config.h"
Namespaces | |
namespace | common |
Functions | |
auto | common::get_data_path () -> std::string |
auto | common::get_data_file_path (const std::string &file_path) -> std::string |
auto | common::get_data_file_path_unchecked (const std::string &file_path) -> std::string |
auto | common::get_data_file (const std::string &path) -> std::ifstream |
auto | common::get_data_file_unchecked (const std::string &path) -> std::ifstream |