X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Ffrotz%2Fglkfrotz.h;h=85b2222164d6ee48934962d47158a5d6840f3aae;hb=30a24d6641c2e4a7c73c07c6d9f1b1dc8f074628;hp=0f8ff4bead4d6c1a3b03f16ed60bb2a3635bafaf;hpb=bc11b07aaa11619c98fe2223c8c984df9cf01453;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/frotz/glkfrotz.h b/interpreters/frotz/glkfrotz.h index 0f8ff4b..85b2222 100644 --- a/interpreters/frotz/glkfrotz.h +++ b/interpreters/frotz/glkfrotz.h @@ -1,3 +1,25 @@ +/****************************************************************************** + * * + * 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. @@ -13,6 +35,7 @@ #include #include "glk.h" +#include extern int curr_status_ht; extern int mach_status_ht;