mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
3 lines
101 B
C++
Executable file
3 lines
101 B
C++
Executable file
Geometry pFont::geometry(const string &description, const string &text) {
|
|
return { 0, 0, 0, 0 };
|
|
}
|