summaryrefslogtreecommitdiff
path: root/platform.hpp
blob: cc0f01a57a50582d44dab45ac3b2912e9d3c8624 (plain)
1
2
3
4
5
6
7
#pragma once
#include <string>

namespace Platform {
bool SetupFonts();
std::string FindResourceFolder();
}