logmeow/fonts.h

7 lines
101 B
C++

#pragma once
#include <string>
#include <utility>
std::pair<std::string, std::string> get_fonts();