mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-04 07:41:58 +00:00
Include font.h instead of fontman.h in places that don't need fontman :)
svn-id: r46311
This commit is contained in:
parent
626f85ae5e
commit
d60b5ca516
@ -28,6 +28,7 @@
|
||||
#include "backends/vkeybd/virtual-keyboard-gui.h"
|
||||
|
||||
#include "graphics/cursorman.h"
|
||||
#include "graphics/fontman.h"
|
||||
#include "gui/GuiManager.h"
|
||||
|
||||
namespace Common {
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "common/scummsys.h"
|
||||
#include "common/rect.h"
|
||||
#include "common/system.h"
|
||||
#include "graphics/fontman.h"
|
||||
#include "graphics/font.h"
|
||||
#include "graphics/surface.h"
|
||||
|
||||
namespace Common {
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "common/stack.h"
|
||||
#include "common/str.h"
|
||||
|
||||
#include "graphics/fontman.h"
|
||||
#include "graphics/font.h"
|
||||
|
||||
#include "gui/widget.h"
|
||||
#include "gui/ThemeEngine.h"
|
||||
|
@ -31,10 +31,11 @@
|
||||
#include "common/fs.h"
|
||||
#include "common/unzip.h"
|
||||
|
||||
#include "graphics/surface.h"
|
||||
#include "graphics/colormasks.h"
|
||||
#include "graphics/imagedec.h"
|
||||
#include "graphics/cursorman.h"
|
||||
#include "graphics/fontman.h"
|
||||
#include "graphics/imagedec.h"
|
||||
#include "graphics/surface.h"
|
||||
#include "graphics/VectorRenderer.h"
|
||||
|
||||
#include "gui/launcher.h"
|
||||
|
@ -30,7 +30,7 @@
|
||||
#include "common/system.h"
|
||||
#include "common/fs.h"
|
||||
#include "graphics/surface.h"
|
||||
#include "graphics/fontman.h"
|
||||
#include "graphics/font.h"
|
||||
|
||||
#define SCUMMVM_THEME_VERSION_STR "SCUMMVM_STX0.8"
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include "common/events.h"
|
||||
#include "common/system.h"
|
||||
|
||||
#include "graphics/font.h"
|
||||
#include "graphics/fontman.h"
|
||||
|
||||
namespace GUI {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user