[BACK]Return to bob.h CVS log [TXT][DIR] Up to [contributed] / early-roguelike / srogue

Annotation of early-roguelike/srogue/bob.h, Revision 1.1.1.1

1.1       rubenllo    1: /*
                      2:  * Super-Rogue
                      3:  * Copyright (C) 1984 Robert D. Kindelberger
                      4:  * All rights reserved.
                      5:  *
                      6:  * See the file LICENSE.TXT for full copyright and licensing information.
                      7:  */
                      8:
                      9: #include       <sgtty.h>
                     10: typedef        struct sgttyb   SGTTY;
                     11: static SGTTY _tty, _res_flg;
                     12:

CVSweb