foxygit / doom Log in
commit cf7b4fab6313cd2162cb0bd3f28596fbdc2fffd3
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Sun Sep 7 20:33:36 2008 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Sun Sep 7 20:33:36 2008 +0000

    Move m_bbox.[ch], f_wipe.[ch] to doom/

    Subversion-branch: /branches/raven-branch
    Subversion-revision: 1209
---
 src/Makefile.am         | 2 --
 src/doom/Makefile.am    | 2 ++
 src/{ => doom}/f_wipe.c | 0
 src/{ => doom}/f_wipe.h | 0
 src/{ => doom}/m_bbox.c | 0
 src/{ => doom}/m_bbox.h | 0
 6 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index e0a17534..a91de106 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,7 +31,6 @@ doomkeys.h                                 \
 doomfeatures.h                             \
 doomtype.h                                 \
 d_ticcmd.h                                 \
-f_wipe.c             f_wipe.h              \
 i_main.c                                   \
 i_joystick.c         i_joystick.h          \
 i_scale.c            i_scale.h             \
@@ -40,7 +39,6 @@ i_system.c           i_system.h            \
 i_timer.c            i_timer.h             \
 i_video.c            i_video.h             \
 m_argv.c             m_argv.h              \
-m_bbox.c             m_bbox.h              \
 m_cheat.c            m_cheat.h             \
 m_config.c           m_config.h            \
 m_fixed.c            m_fixed.h             \
diff --git a/src/doom/Makefile.am b/src/doom/Makefile.am
index dfba05a7..4d95266e 100644
--- a/src/doom/Makefile.am
+++ b/src/doom/Makefile.am
@@ -17,10 +17,12 @@ dstrings.c         dstrings.h   \
                    d_textur.h   \
                    d_think.h    \
 f_finale.c         f_finale.h   \
+f_wipe.c           f_wipe.h     \
 g_game.c           g_game.h     \
 hu_lib.c           hu_lib.h     \
 hu_stuff.c         hu_stuff.h   \
 info.c             info.h       \
+m_bbox.c           m_bbox.h     \
 m_menu.c           m_menu.h     \
 p_ceilng.c                      \
 p_doors.c                       \
diff --git a/src/f_wipe.c b/src/doom/f_wipe.c
similarity index 100%
rename from src/f_wipe.c
rename to src/doom/f_wipe.c
diff --git a/src/f_wipe.h b/src/doom/f_wipe.h
similarity index 100%
rename from src/f_wipe.h
rename to src/doom/f_wipe.h
diff --git a/src/m_bbox.c b/src/doom/m_bbox.c
similarity index 100%
rename from src/m_bbox.c
rename to src/doom/m_bbox.c
diff --git a/src/m_bbox.h b/src/doom/m_bbox.h
similarity index 100%
rename from src/m_bbox.h
rename to src/doom/m_bbox.h