lsnes/phoenix/reference/font.cpp
2013-05-03 17:47:34 +03:00

3 lines
101 B
C++
Executable file

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