Skip to content

Commit

Permalink
Refactor: Renamed p_seg.c/h as hedge.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 179cf8c commit 752cb4f
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 @@ -199,6 +199,7 @@ DENG_HEADERS = \
portable/include/gl_tex.h \
portable/include/gl_texmanager.h \
portable/include/gl_tga.h \
portable/include/hedge.h \
portable/include/huffman.h \
portable/include/image.h \
portable/include/library.h \
Expand Down Expand Up @@ -240,7 +241,6 @@ DENG_HEADERS = \
portable/include/p_particle.h \
portable/include/p_players.h \
portable/include/p_polyobjs.h \
portable/include/p_seg.h \
portable/include/p_sight.h \
portable/include/p_surface.h \
portable/include/p_ticker.h \
Expand Down Expand Up @@ -451,6 +451,7 @@ SOURCES += \
portable/src/gl_tex.c \
portable/src/gl_texmanager.c \
portable/src/gl_tga.c \
portable/src/hedge.c \
portable/src/huffman.c \
portable/src/image.c \
portable/src/library.c \
Expand Down Expand Up @@ -492,7 +493,6 @@ SOURCES += \
portable/src/p_particle.c \
portable/src/p_players.c \
portable/src/p_polyobjs.c \
portable/src/p_seg.c \
portable/src/p_sight.c \
portable/src/p_surface.c \
portable/src/p_think.c \
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/de_play.h
Expand Up @@ -36,7 +36,7 @@
#include "sidedef.h"
#include "linedef.h"
#include "plane.h"
#include "p_seg.h"
#include "hedge.h"
#include "bspleaf.h"
#include "sector.h"
#include "p_polyobjs.h"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 752cb4f

Please sign in to comment.