HDB: Reduce header dependency
This commit is contained in:
parent
2844b48ac1
commit
a0817b0b5a
16 changed files with 16 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "hdb/hdb.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/lua-script.h"
|
||||
#include "hdb/map.h"
|
||||
|
||||
namespace HDB {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/map.h"
|
||||
#include "hdb/mpc.h"
|
||||
|
||||
namespace HDB {
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "hdb/file-manager.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/lua-script.h"
|
||||
#include "hdb/map.h"
|
||||
|
||||
namespace HDB {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
*/
|
||||
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/map.h"
|
||||
|
||||
namespace HDB {
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "hdb/hdb.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/map.h"
|
||||
|
||||
namespace HDB {
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "hdb/hdb.h"
|
||||
#include "hdb/file-manager.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/map.h"
|
||||
|
||||
namespace HDB {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
#include "hdb/hdb.h"
|
||||
#include "hdb/gfx.h"
|
||||
#include "hdb/lua-script.h"
|
||||
#include "hdb/map.h"
|
||||
|
||||
namespace HDB {
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue