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 FBSurface;
|
||||||
class TIASurface;
|
class TIASurface;
|
||||||
|
|
||||||
namespace GUI {
|
#ifdef GUI_SUPPORT
|
||||||
class Font;
|
#include "Font.hxx"
|
||||||
}
|
#endif
|
||||||
|
|
||||||
#include "Rect.hxx"
|
#include "Rect.hxx"
|
||||||
#include "Variant.hxx"
|
#include "Variant.hxx"
|
||||||
#include "TIAConstants.hxx"
|
#include "TIAConstants.hxx"
|
||||||
#include "FrameBufferConstants.hxx"
|
#include "FrameBufferConstants.hxx"
|
||||||
#include "EventHandlerConstants.hxx"
|
#include "EventHandlerConstants.hxx"
|
||||||
#include "Font.hxx"
|
|
||||||
#include "bspf.hxx"
|
#include "bspf.hxx"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue