summaryrefslogtreecommitdiffstats
path: root/robots/robots.h
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-04-22 10:08:46 +0000
committercgd <cgd@NetBSD.org>1995-04-22 10:08:46 +0000
commit55c4a511be47d16c259623bf0f76ddd0df0a42ac (patch)
treee405ad6985c11b21362f88ec5f2238328e3bdb57 /robots/robots.h
parent5c07a4c2750120f7b7aeab4c4acfb0ff578c9827 (diff)
downloadbsdgames-darwin-55c4a511be47d16c259623bf0f76ddd0df0a42ac.tar.gz
bsdgames-darwin-55c4a511be47d16c259623bf0f76ddd0df0a42ac.tar.zst
bsdgames-darwin-55c4a511be47d16c259623bf0f76ddd0df0a42ac.zip
clean up import
Diffstat (limited to 'robots/robots.h')
-rw-r--r--robots/robots.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/robots/robots.h b/robots/robots.h
index 96e9313f..63bf7cd6 100644
--- a/robots/robots.h
+++ b/robots/robots.h
@@ -1,6 +1,8 @@
+/* $NetBSD: robots.h,v 1.4 1995/04/22 10:09:11 cgd Exp $ */
+
/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -30,8 +32,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)robots.h 5.6 (Berkeley) 2/28/91
- * $Id: robots.h,v 1.3 1993/08/01 18:52:51 mycroft Exp $
+ * @(#)robots.h 8.1 (Berkeley) 5/31/93
*/
# include <curses.h>
@@ -66,13 +67,6 @@
# define PLAYER '@'
/*
- * pseudo functions
- */
-
-# undef CTRL
-# define CTRL(X) ((X) - 'A' + 1)
-
-/*
* type definitions
*/
@@ -109,3 +103,7 @@ int cmp_sc();
void move_robots();
COORD *rnd_pos();
+
+
+
+