Skip to content

Commit

Permalink
Refactor: Renamed p_surface.c/h to surface.c/h respectively
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 10, 2012
1 parent 0ec71b5 commit b89f843
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doomsday/engine/engine.pro
Expand Up @@ -242,7 +242,6 @@ DENG_HEADERS = \
portable/include/p_players.h \
portable/include/p_polyobjs.h \
portable/include/p_sight.h \
portable/include/p_surface.h \
portable/include/p_ticker.h \
portable/include/pathdirectory.h \
portable/include/pathmap.h \
Expand Down Expand Up @@ -280,6 +279,7 @@ DENG_HEADERS = \
portable/include/sector.h \
portable/include/sidedef.h \
portable/include/stringarray.h \
portable/include/surface.h \
portable/include/sv_def.h \
portable/include/sv_frame.h \
portable/include/sv_infine.h \
Expand Down Expand Up @@ -494,7 +494,6 @@ SOURCES += \
portable/src/p_players.c \
portable/src/p_polyobjs.c \
portable/src/p_sight.c \
portable/src/p_surface.c \
portable/src/p_think.c \
portable/src/p_ticker.c \
portable/src/pathdirectory.c \
Expand Down Expand Up @@ -546,6 +545,7 @@ SOURCES += \
portable/src/s_wav.c \
portable/src/size.c \
portable/src/stringarray.cpp \
portable/src/surface.c \
portable/src/sv_frame.c \
portable/src/sv_infine.c \
portable/src/sv_main.c \
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/de_play.h
Expand Up @@ -32,7 +32,7 @@
#include "p_mapdata.h"
#include "vertex.h"
#include "material.h"
#include "p_surface.h"
#include "surface.h"
#include "sidedef.h"
#include "linedef.h"
#include "plane.h"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b89f843

Please sign in to comment.