GLIM
Loading...
Searching...
No Matches
debug.hpp
1#pragma once
2
3#include <spdlog/spdlog.h>
4
5namespace glim {
6
7void print_system_info(std::shared_ptr<spdlog::logger> logger);
8
9}