Skip to content

Commit

Permalink
All Games: Link game plugins with libgui for GUI features (DDKEY)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 5, 2013
1 parent 41cde03 commit c2e09a8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/plugins/doom/doom.pro
Expand Up @@ -5,6 +5,7 @@
include(../config_plugin.pri)
include(../common/common.pri)
include(../../dep_lzss.pri)
include(../../dep_gui.pri)

TEMPLATE = lib
TARGET = doom
Expand Down
1 change: 1 addition & 0 deletions doomsday/plugins/doom/include/doomdef.h
Expand Up @@ -43,6 +43,7 @@

#include <de/c_wrapper.h>
#include <de/fixedpoint.h>
#include <de/gui/ddkey.h>
#include "doomsday.h"
#include "version.h"
#include "info.h"
Expand Down
1 change: 1 addition & 0 deletions doomsday/plugins/doom64/doom64.pro
Expand Up @@ -5,6 +5,7 @@
include(../config_plugin.pri)
include(../common/common.pri)
include(../../dep_lzss.pri)
include(../../dep_gui.pri)

TEMPLATE = lib
TARGET = doom64
Expand Down
1 change: 1 addition & 0 deletions doomsday/plugins/doom64/include/doomdef.h
Expand Up @@ -42,6 +42,7 @@

#include <de/c_wrapper.h>
#include <de/fixedpoint.h>
#include <de/gui/ddkey.h>
#include "doomsday.h"
#include "version.h"
#include "info.h"
Expand Down
1 change: 1 addition & 0 deletions doomsday/plugins/heretic/heretic.pro
Expand Up @@ -5,6 +5,7 @@
include(../config_plugin.pri)
include(../common/common.pri)
include(../../dep_lzss.pri)
include(../../dep_gui.pri)

TEMPLATE = lib
TARGET = heretic
Expand Down
1 change: 1 addition & 0 deletions doomsday/plugins/heretic/include/doomdef.h
Expand Up @@ -43,6 +43,7 @@

#include <de/c_wrapper.h>
#include <de/fixedpoint.h>
#include <de/gui/ddkey.h>
#include "doomsday.h"
#include "version.h"
#include "info.h"
Expand Down
1 change: 1 addition & 0 deletions doomsday/plugins/hexen/hexen.pro
Expand Up @@ -5,6 +5,7 @@
include(../config_plugin.pri)
include(../common/common.pri)
include(../../dep_lzss.pri)
include(../../dep_gui.pri)

TEMPLATE = lib
TARGET = hexen
Expand Down
1 change: 1 addition & 0 deletions doomsday/plugins/hexen/include/h2def.h
Expand Up @@ -43,6 +43,7 @@

#include <de/c_wrapper.h>
#include <de/fixedpoint.h>
#include <de/gui/ddkey.h>
#include "doomsday.h"
#include "version.h"
#include "info.h"
Expand Down

0 comments on commit c2e09a8

Please sign in to comment.