X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Ffrotz%2Fglkfrotz.h;h=85b2222164d6ee48934962d47158a5d6840f3aae;hb=cb434cde33f75d939c6b10eabea3ab21f05f2810;hp=471953ee71a5faaf567f65027f768851e763a523;hpb=0b85f1dd5993e2ed111ec2ba13bbbb4ebda06ada;p=rodin%2Fchimara.git diff --git a/interpreters/frotz/glkfrotz.h b/interpreters/frotz/glkfrotz.h index 471953e..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. @@ -12,7 +34,8 @@ #include #include -#include +#include "glk.h" +#include extern int curr_status_ht; extern int mach_status_ht;