]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - tetris/scores.c
use <termcap.h>
[bsdgames-darwin.git] / tetris / scores.c
index 5a35888dcb0fe06ce256b04afb614956262a2a31..6afb11159ae98b95ad959b5f691e4bdf7c9fb55d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: scores.c,v 1.3 1997/01/13 06:51:57 tls Exp $   */
+/*     $NetBSD: scores.c,v 1.4 1997/10/14 01:14:20 lukem Exp $ */
 
 /*-
  * Copyright (c) 1992, 1993
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
+#include <termcap.h>
 #include <unistd.h>
 
-/*
- * XXX - need a <termcap.h>
- */
-int    tputs __P((const char *, int, int (*)(int)));
-
 #include "pathnames.h"
 #include "screen.h"
 #include "scores.h"