X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fgame.h;h=0d7d89c69f69e0ce274151b6628c57953dfac9b9;hp=f4f1a7033caff5a5c9e31bebb5805132f1b2fe04;hb=ef16dea09f87b15fc6d58fae0aa0832e0648c00e;hpb=563dffaf02ff36da4054f937fcc9f99a072e15bf diff --git a/src/game.h b/src/game.h index f4f1a70..0d7d89c 100644 --- a/src/game.h +++ b/src/game.h @@ -1,10 +1,26 @@ +/* Copyright (C) 1996-1997 Aleksey Volynskov + * Copyright (C) 2011 Rambo + * Copyright (C) 2020 SovietPony + * + * This program 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, version 3 of the License ONLY. + * + * This program 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 this program. If not, see . + */ + #ifndef GAME_H_INLUDED #define GAME_H_INLUDED #include "glob.h" #include "view.h" // pos_t #include "player.h" // player_t -#include // FILE extern byte transdraw; extern byte _2pl; @@ -27,7 +43,6 @@ extern int lt_ypos; extern int g_trans; -int G_load (FILE *h); void load_game (int n); void G_start (void); void G_init (void);