Skip to content

Commit

Permalink
Refactor: Renamed p_plane.c/h as plane.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 a039292 commit 179cf8c
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
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ DENG_HEADERS = \
portable/include/p_object.h \
portable/include/p_objlink.h \
portable/include/p_particle.h \
portable/include/p_plane.h \
portable/include/p_players.h \
portable/include/p_polyobjs.h \
portable/include/p_seg.h \
Expand All @@ -247,6 +246,7 @@ DENG_HEADERS = \
portable/include/p_ticker.h \
portable/include/pathdirectory.h \
portable/include/pathmap.h \
portable/include/plane.h \
portable/include/polyobj.h \
portable/include/protocol.h \
portable/include/rend_bias.h \
Expand Down Expand Up @@ -490,7 +490,6 @@ SOURCES += \
portable/src/p_mobj.c \
portable/src/p_objlink.c \
portable/src/p_particle.c \
portable/src/p_plane.c \
portable/src/p_players.c \
portable/src/p_polyobjs.c \
portable/src/p_seg.c \
Expand All @@ -500,6 +499,7 @@ SOURCES += \
portable/src/p_ticker.c \
portable/src/pathdirectory.c \
portable/src/pathmap.c \
portable/src/plane.c \
portable/src/point.c \
portable/src/polyobj.c \
portable/src/protocol.c \
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/de_play.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "p_surface.h"
#include "sidedef.h"
#include "linedef.h"
#include "p_plane.h"
#include "plane.h"
#include "p_seg.h"
#include "bspleaf.h"
#include "sector.h"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 179cf8c

Please sign in to comment.