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 | |
engine | |
engine::util | |
Functions | |
void | engine::util::tracing_on () |
Turns on tracing. More... | |
void | engine::util::tracing_off () |
Turns off tracing. More... | |
void | engine::util::trace (std::source_location location=std::source_location::current()) |
Traces a function call. More... | |
std::string | engine::util::read_text_file (const std::filesystem::path &path) |
Reads a text file. More... | |
Variables | |
static bool | engine::util::g_tracing = true |