]> granicus.if.org Git - nethack/commitdiff
splitting cmd.c, phase 1B
authorPatR <rankin@nethack.org>
Sat, 1 Feb 2020 17:14:18 +0000 (09:14 -0800)
committerPatR <rankin@nethack.org>
Sat, 1 Feb 2020 17:14:18 +0000 (09:14 -0800)
I neglected to use -f with 'git add' and the stub file didn't make
it into the previous commit.

src/insight.c [new file with mode: 0644]

diff --git a/src/insight.c b/src/insight.c
new file mode 100644 (file)
index 0000000..2d0b43c
--- /dev/null
@@ -0,0 +1,10 @@
+/* NetHack 3.7 insight.c       $NHDT-Date: 1580577249 2020/02/01 17:14:09 $  $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.0 $ */
+/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
+/* NetHack may be freely redistributed.  See license for details. */
+
+#include "hack.h"
+
+/* temporary, until Makefiles and IDE project files are all updated */
+int insight_dummy = 0;
+
+/*insight.c*/