diff options
Diffstat (limited to 'src/cmd/cmd_manipulate.d')
-rw-r--r-- | src/cmd/cmd_manipulate.d | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmd/cmd_manipulate.d b/src/cmd/cmd_manipulate.d new file mode 100644 index 0000000..8f5a6a0 --- /dev/null +++ b/src/cmd/cmd_manipulate.d @@ -0,0 +1,6 @@ +src/cmd/cmd_manipulate.o: src/cmd/cmd_manipulate.cc src/cmd/cmd.h \ + src/cmd/../rules.h src/cmd/../utils.h src/cmd/../entry.h \ + src/cmd/../defines.h src/cmd/../creature.h src/cmd/../features/feature.h \ + src/cmd/../item.h src/cmd/../spellcasting.h src/cmd/../spell.h \ + src/cmd/../settings.h src/cmd/../weapon.h src/cmd/../dice.h \ + src/cmd/../armor.h |