netris version 0.4
[netris.git] / netris.h
index e5c69ec92291364fa0f5fd0c16cd315437045241..5864cf775872fbebb4f6a398632b53501ea99317 100644 (file)
--- a/netris.h
+++ b/netris.h
@@ -1,6 +1,6 @@
 /*
- * Netris -- A free networked version of Tetris
- * Copyright (C) 1994,1995  Mark Weaver <Mark_Weaver@brown.edu>
+ * Netris -- A free networked version of T*tris
+ * Copyright (C) 1994,1995,1996  Mark H. Weaver <mhw@netris.org>
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -16,7 +16,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: netris.h,v 1.26 1995/07/11 08:53:26 mhw Exp $
+ * $Id: netris.h,v 1.27 1996/02/09 08:22:14 mhw Exp $
  */
 
 #ifndef NETRIS_H
@@ -65,6 +65,8 @@ typedef long netint4;
 
 #define DEFAULT_PORT 9284      /* Very arbitrary */
 
+#define DEFAULT_KEYS "jkl mspf^l"
+
 /* Protocol versions */
 #define MAJOR_VERSION          1       
 #define PROTOCOL_VERSION       3
@@ -172,3 +174,7 @@ extern char *version_string;
 
 #endif /* NETRIS_H */
 
+/*
+ * vi: ts=4 ai
+ * vim: noai si
+ */