Skip to content

Commit

Permalink
Refactor: Renamed p_sidedef.c/h as sidedef.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 32b59c4 commit d645ce7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doomsday/engine/engine.pro
Expand Up @@ -244,7 +244,6 @@ DENG_HEADERS = \
portable/include/p_polyobj.h \
portable/include/p_sector.h \
portable/include/p_seg.h \
portable/include/p_sidedef.h \
portable/include/p_sight.h \
portable/include/p_surface.h \
portable/include/p_ticker.h \
Expand Down Expand Up @@ -280,6 +279,7 @@ DENG_HEADERS = \
portable/include/r_things.h \
portable/include/r_util.h \
portable/include/r_world.h \
portable/include/sidedef.h \
portable/include/stringarray.h \
portable/include/sv_def.h \
portable/include/sv_frame.h \
Expand Down Expand Up @@ -379,6 +379,7 @@ DENG_WIN32_SOURCES += \

SOURCES += \
portable/src/abstractfile.c \
portable/src/abstractresource.c \
portable/src/audiodriver.c \
portable/src/animator.c \
portable/src/bitmapfont.c \
Expand Down Expand Up @@ -494,7 +495,6 @@ SOURCES += \
portable/src/p_polyob.c \
portable/src/p_sector.c \
portable/src/p_seg.c \
portable/src/p_sidedef.c \
portable/src/p_sight.c \
portable/src/p_surface.c \
portable/src/p_think.c \
Expand Down Expand Up @@ -534,7 +534,7 @@ SOURCES += \
portable/src/rend_sky.c \
portable/src/rend_sprite.c \
portable/src/resourcenamespace.c \
portable/src/abstractresource.c \
portable/src/sidedef.c \
portable/src/smoother.c \
portable/src/stringpool.c \
portable/src/s_cache.c \
Expand Down
2 changes: 1 addition & 1 deletion doomsday/engine/portable/include/de_play.h
Expand Up @@ -33,7 +33,7 @@
#include "p_vertex.h"
#include "material.h"
#include "p_surface.h"
#include "p_sidedef.h"
#include "sidedef.h"
#include "linedef.h"
#include "p_plane.h"
#include "p_seg.h"
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit d645ce7

Please sign in to comment.