OSDN Git Service

[Refactor] #38862 Moved room*.c/h to room/
authorHourier <hourier@users.sourceforge.jp>
Fri, 15 May 2020 09:42:01 +0000 (18:42 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 15 May 2020 09:42:01 +0000 (18:42 +0900)
commita21fb603979dfcded289c85ecf00129c1681f99b
treef4bfa4dcc090f3f509d275a008d1a265a4068b4a
parentb16767c449ebbd2d0d43c2cd4f6dff1f94c928a8
[Refactor] #38862 Moved room*.c/h to room/
25 files changed:
Hengband/Hengband/Hengband.vcxproj
Hengband/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/dungeon/dungeon-file.c
src/effect/effect-feature.c
src/floor/floor-generate.c
src/floor/floor-streams.c
src/floor/floor.c
src/grid.c
src/init.c
src/room/rooms-city.c [moved from src/rooms-city.c with 99% similarity]
src/room/rooms-city.h [moved from src/rooms-city.h with 100% similarity]
src/room/rooms-fractal.c [moved from src/rooms-fractal.c with 97% similarity]
src/room/rooms-fractal.h [moved from src/rooms-fractal.h with 100% similarity]
src/room/rooms-normal.c [moved from src/rooms-normal.c with 99% similarity]
src/room/rooms-normal.h [moved from src/rooms-normal.h with 100% similarity]
src/room/rooms-special.c [moved from src/rooms-special.c with 99% similarity]
src/room/rooms-special.h [moved from src/rooms-special.h with 100% similarity]
src/room/rooms-trap.c [moved from src/rooms-trap.c with 99% similarity]
src/room/rooms-trap.h [moved from src/rooms-trap.h with 100% similarity]
src/room/rooms-vault.c [moved from src/rooms-vault.c with 99% similarity]
src/room/rooms-vault.h [moved from src/rooms-vault.h with 100% similarity]
src/room/rooms.c [moved from src/rooms.c with 99% similarity]
src/room/rooms.h [moved from src/rooms.h with 100% similarity]
src/spells-diceroll.c