OSDN Git Service

[Refactor] #40236 Separated mutation-dump.c/h and knowledge-mutation.c/h from mutatio...
authorHourier <hourier@users.sourceforge.jp>
Fri, 24 Apr 2020 09:11:46 +0000 (18:11 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 24 Apr 2020 09:11:46 +0000 (18:11 +0900)
commit8521eb75d58cfaa0ce13873f391bfa3375308017
tree2c6e6cf071bb8127b8615a2ed46f27be7dcfe90f
parent9c7270ea89652ea3443b20ffe93998b13aecb11d
[Refactor] #40236 Separated mutation-dump.c/h and knowledge-mutation.c/h from mutation.c/h
12 files changed:
Hengband_vcs2017/Hengband/Hengband.vcxproj
Hengband_vcs2017/Hengband/Hengband.vcxproj.filters
src/Makefile.am
src/character-dump.c
src/cmd/cmd-knowledge.c
src/io/mutations-dump.c [new file with mode: 0644]
src/io/mutations-dump.h [new file with mode: 0644]
src/knowledge/knowledge-mutations.c [new file with mode: 0644]
src/knowledge/knowledge-mutations.h [new file with mode: 0644]
src/mutation.c
src/mutation.h
src/view/display-player.c