mirror of https://github.com/bsnes-emu/bsnes.git
4 lines
101 B
C++
4 lines
101 B
C++
|
Geometry pFont::geometry(const string &description, const string &text) {
|
||
|
return { 0, 0, 0, 0 };
|
||
|
}
|