commit 23c7d01a5a2a4f4a804ebe36c63e079f80c97fbb
Merge: 5e6377aa 0abcb12f
Author: Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sun Jun 2 19:29:28 2019 -0400
Commit: GitHub <noreply@github.com>
CommitDate: Sun Jun 2 19:29:28 2019 -0400
Merge pull request #1168 from chocolate-doom/drag-and-drop3
allow for loading WAD files and DEHACKED patches by drag-and-drop (take 3)
src/Makefile.am | 3 ++
src/d_iwad.c | 15 ++++++
src/d_iwad.h | 1 +
src/i_main.c | 6 +++
src/m_argv.c | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
src/m_argv.h | 1 +
6 files changed, 175 insertions(+)