date and time created 83/03/17 21:18:33 by leres
[unix-history] / usr / src / games / sail / player.h
/*
* sccsid = "@(#)player.h 1.1 %G%";
*/
#include <curses.h>
#include "externs.h"
#define ROWSINVIEW 15
#define COLSINVIEW 75
extern WINDOW *view;
extern WINDOW *slot;