X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Ffrotz%2Fglkfrotz.h;h=92230b04d4e1049408afc3f03f5db7d0a2f6c37e;hb=75009f8f40bbb580194e1722db76f4644bf18641;hp=0f8ff4bead4d6c1a3b03f16ed60bb2a3635bafaf;hpb=bc11b07aaa11619c98fe2223c8c984df9cf01453;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/frotz/glkfrotz.h b/interpreters/frotz/glkfrotz.h index 0f8ff4b..92230b0 100644 --- a/interpreters/frotz/glkfrotz.h +++ b/interpreters/frotz/glkfrotz.h @@ -1,6 +1,28 @@ +/****************************************************************************** + * * + * Copyright (C) 2006-2009 by Tor Andersson. * + * * + * This file is part of Gargoyle. * + * * + * Gargoyle is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * Gargoyle is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with Gargoyle; if not, write to the Free Software * + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * + * * + *****************************************************************************/ + /* glk-frotz.h * - * Frotz os functions for the Glk library version 0.6.1. + * Frotz os functions for the Glk library version 0.7.0. */ #include "frotz.h" @@ -13,6 +35,7 @@ #include #include "glk.h" +#include extern int curr_status_ht; extern int mach_status_ht; @@ -22,14 +45,11 @@ extern winid_t gos_upper; extern winid_t gos_lower; extern winid_t gos_curwin; extern int gos_linepending; -extern char *gos_linebuf; +extern zchar *gos_linebuf; extern winid_t gos_linewin; extern schanid_t gos_channel; -/* from ../common/setup.h */ -extern f_setup_t f_setup; - /* From input.c. */ bool is_terminator (zchar);