mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
HDB: Reduce header dependency
This commit is contained in:
parent
99fc798b2e
commit
2844b48ac1
@ -22,6 +22,7 @@
|
||||
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/lua-script.h"
|
||||
#include "hdb/mpc.h"
|
||||
|
||||
namespace HDB {
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/lua-script.h"
|
||||
|
||||
namespace HDB {
|
||||
|
||||
|
@ -23,6 +23,8 @@
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/file-manager.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/input.h"
|
||||
#include "hdb/lua-script.h"
|
||||
#include "hdb/mpc.h"
|
||||
|
||||
namespace HDB {
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/file-manager.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/lua-script.h"
|
||||
|
||||
namespace HDB {
|
||||
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "hdb/file-manager.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/menu.h"
|
||||
#include "hdb/lua-script.h"
|
||||
#include "hdb/mpc.h"
|
||||
|
||||
namespace HDB {
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/file-manager.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/input.h"
|
||||
#include "hdb/mpc.h"
|
||||
|
||||
namespace HDB {
|
||||
|
@ -33,6 +33,8 @@
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/file-manager.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/input.h"
|
||||
#include "hdb/lua-script.h"
|
||||
#include "hdb/menu.h"
|
||||
#include "hdb/mpc.h"
|
||||
|
||||
|
@ -44,6 +44,8 @@
|
||||
namespace HDB {
|
||||
class FileMan;
|
||||
class Gfx;
|
||||
class Input;
|
||||
class LuaScript;
|
||||
class Menu;
|
||||
class Tile;
|
||||
class Picture;
|
||||
@ -71,8 +73,6 @@ enum {
|
||||
|
||||
#include "hdb/ai.h"
|
||||
#include "hdb/ai-player.h"
|
||||
#include "hdb/input.h"
|
||||
#include "hdb/lua-script.h"
|
||||
#include "hdb/map.h"
|
||||
#include "hdb/sound.h"
|
||||
#include "hdb/window.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/input.h"
|
||||
#include "hdb/menu.h"
|
||||
|
||||
namespace HDB {
|
||||
|
@ -22,6 +22,8 @@
|
||||
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/input.h"
|
||||
#include "hdb/lua-script.h"
|
||||
#include "hdb/menu.h"
|
||||
#include "hdb/mpc.h"
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/lua-script.h"
|
||||
|
||||
namespace HDB {
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/lua-script.h"
|
||||
#include "hdb/mpc.h"
|
||||
|
||||
namespace HDB {
|
||||
|
Loading…
x
Reference in New Issue
Block a user