logmeow/fonts.h

7 lines
101 B
C
Raw Normal View History

2023-01-06 16:27:39 +00:00
#pragma once
2023-01-07 09:15:21 +00:00
#include <string>
#include <utility>
std::pair<std::string, std::string> get_fonts();