matf-rg-engine 1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
|
#include <engine/util/Utils.hpp>
#include <engine/util/Errors.hpp>
#include <spdlog/spdlog.h>
#include <fstream>
#include <engine/util/Configuration.hpp>
#include <engine/util/ArgParser.hpp>
Namespaces | |
namespace | engine |
namespace | engine::util |
Functions | |
void | engine::util::tracing_on () |
Turns on tracing. | |
void | engine::util::tracing_off () |
Turns off tracing. | |
void | engine::util::trace (std::source_location location=std::source_location::current()) |
Traces a function call. | |
std::string | engine::util::read_text_file (const std::filesystem::path &path) |
Reads a text file. | |
Variables | |
static bool | engine::util::g_tracing = true |