mirror of https://github.com/stella-emu/stella.git
libretro: Fix compile error; conditionally include Font class.
This commit is contained in:
parent
b9ec835ef5
commit
15ead58aa7
|
@ -26,16 +26,15 @@ class Settings;
|
|||
class FBSurface;
|
||||
class TIASurface;
|
||||
|
||||
namespace GUI {
|
||||
class Font;
|
||||
}
|
||||
#ifdef GUI_SUPPORT
|
||||
#include "Font.hxx"
|
||||
#endif
|
||||
|
||||
#include "Rect.hxx"
|
||||
#include "Variant.hxx"
|
||||
#include "TIAConstants.hxx"
|
||||
#include "FrameBufferConstants.hxx"
|
||||
#include "EventHandlerConstants.hxx"
|
||||
#include "Font.hxx"
|
||||
#include "bspf.hxx"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue