Skip to content

Commit

Permalink
Cleanup: Renamed gameinfo.c/h to game.c/h respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Dec 29, 2011
1 parent f69c30a commit 7a0537a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doomsday/engine/engine.pro
Expand Up @@ -173,7 +173,7 @@ DENG_HEADERS = \
portable/include/fonts.h \
portable/include/fs_main.h \
portable/include/fs_util.h \
portable/include/gameinfo.h \
portable/include/game.h \
portable/include/gl_defer.h \
portable/include/gl_draw.h \
portable/include/gl_hq2x.h \
Expand Down Expand Up @@ -421,7 +421,7 @@ SOURCES += \
portable/src/fonts.c \
portable/src/fs_main.c \
portable/src/fs_util.c \
portable/src/gameinfo.c \
portable/src/game.c \
portable/src/gl_defer.c \
portable/src/gl_draw.c \
portable/src/gl_drawvectorgraphic.c \
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/dd_main.h
Expand Up @@ -30,7 +30,7 @@
#define LIBDENG_MAIN_H

#include "dd_types.h"
#include "gameinfo.h"
#include "game.h"
#include "sys_direc.h"
#include "textures.h"

Expand Down
@@ -1,4 +1,4 @@
/**\file gameinfo.h
/**\file game.h
*\section License
* License: GPL
* Online License Link: http://www.gnu.org/licenses/gpl.html
Expand Down
Expand Up @@ -26,7 +26,7 @@
#include "de_console.h"
#include "de_filesys.h"

#include "gameinfo.h"
#include "game.h"
#include "resourcerecord.h"

struct Game_s {
Expand Down

0 comments on commit 7a0537a

Please sign in to comment.