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

Annotation of early-roguelike/srogue/rdk.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: extern bool My_term,   /* user specied terminal        */
                     10: extern int _tty_ch;    /* channel with tty on it       */

CVSweb