mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Renamed ASFont class to just Font
Originally the font implementation was based on SFont, but it was recently replaced by an SDL_ttf based implementation, so the name no longer made sense.
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
class ASFont;
|
||||
class Button;
|
||||
class Font;
|
||||
class MediaMonitor;
|
||||
class Menu;
|
||||
class Surface;
|
||||
@@ -151,7 +151,7 @@ public:
|
||||
SurfaceCollection sc;
|
||||
Translator tr;
|
||||
Surface *s, *bg;
|
||||
ASFont *font;
|
||||
Font *font;
|
||||
|
||||
//Status functions
|
||||
void main();
|
||||
|
||||
Reference in New Issue
Block a user