]> granicus.if.org Git - nethack/commitdiff
*** empty log message ***
authorjwalz <jwalz>
Sat, 5 Jan 2002 21:06:00 +0000 (21:06 +0000)
committerjwalz <jwalz>
Sat, 5 Jan 2002 21:06:00 +0000 (21:06 +0000)
sys/winnt/ntsound.c [new file with mode: 0644]

diff --git a/sys/winnt/ntsound.c b/sys/winnt/ntsound.c
new file mode 100644 (file)
index 0000000..0e6d6f2
--- /dev/null
@@ -0,0 +1,15 @@
+/*   SCCS Id: @(#)ntsound.c   3.3     95/09/06                        */
+/*   Copyright (c) NetHack PC Development Team 1993                 */
+/*   NetHack may be freely redistributed.  See license for details. */
+/*                                                                  */
+/*
+ * ntsound.c - Windows NT NetHack sound support
+ *                                                  
+ *Edit History:
+ *     Initial Creation                              93/12/11
+ *
+ */
+
+#include "hack.h"
+
+/* ntsound.c */