bsnes/ananke/phoenix/reference/font.cpp

4 lines
101 B
C++

Geometry pFont::geometry(const string &description, const string &text) {
return { 0, 0, 0, 0 };
}