DEADSOFTWARE

update copyrights
[flatwaifu.git] / src / game.h
index 03aff95032fd3bea718a57dc2cef0b16a2b3281b..0d7d89c69f69e0ce274151b6628c57953dfac9b9 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef GAME_H_INLUDED
 #define GAME_H_INLUDED
 
 #include "glob.h"
 #include "view.h" // pos_t
 #include "player.h" // player_t
-#include <stdio.h> // FILE
 
 extern byte transdraw;
 extern byte _2pl;
@@ -27,9 +43,6 @@ extern int lt_ypos;
 
 extern int g_trans;
 
-void G_savegame (FILE* h);
-void G_loadgame (FILE* h);
-int G_load (FILE *h);
 void load_game (int n);
 void G_start (void);
 void G_init (void);