HDB: Reduce header dependency

This commit is contained in:
Eugene Sandulenko 2019-07-24 12:47:13 +02:00
parent 2844b48ac1
commit a0817b0b5a
16 changed files with 16 additions and 1 deletions

View file

@ -23,6 +23,7 @@
#include "hdb/hdb.h"
#include "hdb/gfx.h"
#include "hdb/lua-script.h"
#include "hdb/map.h"
#include "hdb/mpc.h"
namespace HDB {

View file

@ -23,6 +23,7 @@
#include "hdb/hdb.h"
#include "hdb/gfx.h"
#include "hdb/lua-script.h"
#include "hdb/map.h"
namespace HDB {

View file

@ -25,6 +25,7 @@
#include "hdb/gfx.h"
#include "hdb/input.h"
#include "hdb/lua-script.h"
#include "hdb/map.h"
#include "hdb/mpc.h"
namespace HDB {

View file

@ -22,6 +22,7 @@
#include "hdb/hdb.h"
#include "hdb/gfx.h"
#include "hdb/map.h"
#include "hdb/mpc.h"
namespace HDB {

View file

@ -24,6 +24,7 @@
#include "hdb/file-manager.h"
#include "hdb/gfx.h"
#include "hdb/lua-script.h"
#include "hdb/map.h"
namespace HDB {

View file

@ -25,6 +25,7 @@
#include "hdb/gfx.h"
#include "hdb/menu.h"
#include "hdb/lua-script.h"
#include "hdb/map.h"
#include "hdb/mpc.h"
namespace HDB {

View file

@ -21,6 +21,7 @@
*/
#include "hdb/hdb.h"
#include "hdb/map.h"
namespace HDB {

View file

@ -22,6 +22,7 @@
#include "hdb/hdb.h"
#include "hdb/gfx.h"
#include "hdb/map.h"
namespace HDB {

View file

@ -35,6 +35,7 @@
#include "hdb/gfx.h"
#include "hdb/input.h"
#include "hdb/lua-script.h"
#include "hdb/map.h"
#include "hdb/menu.h"
#include "hdb/mpc.h"

View file

@ -46,6 +46,7 @@ class FileMan;
class Gfx;
class Input;
class LuaScript;
class Map;
class Menu;
class Tile;
class Picture;
@ -73,7 +74,6 @@ enum {
#include "hdb/ai.h"
#include "hdb/ai-player.h"
#include "hdb/map.h"
#include "hdb/sound.h"
#include "hdb/window.h"

View file

@ -23,6 +23,7 @@
#include "hdb/hdb.h"
#include "hdb/gfx.h"
#include "hdb/input.h"
#include "hdb/map.h"
#include "hdb/menu.h"
namespace HDB {

View file

@ -29,6 +29,7 @@
#include "hdb/file-manager.h"
#include "hdb/lua-script.h"
#include "hdb/gfx.h"
#include "hdb/map.h"
#include "hdb/mpc.h"
namespace HDB {

View file

@ -23,6 +23,7 @@
#include "hdb/hdb.h"
#include "hdb/file-manager.h"
#include "hdb/gfx.h"
#include "hdb/map.h"
namespace HDB {

View file

@ -25,6 +25,7 @@
#include "hdb/input.h"
#include "hdb/lua-script.h"
#include "hdb/menu.h"
#include "hdb/map.h"
#include "hdb/mpc.h"
namespace HDB {

View file

@ -23,6 +23,7 @@
#include "hdb/hdb.h"
#include "hdb/gfx.h"
#include "hdb/lua-script.h"
#include "hdb/map.h"
namespace HDB {

View file

@ -23,6 +23,7 @@
#include "hdb/hdb.h"
#include "hdb/gfx.h"
#include "hdb/lua-script.h"
#include "hdb/map.h"
#include "hdb/mpc.h"
namespace HDB {