X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fmap.h;h=d661b366ae639002e8b7cd97f51508f89deffe49;hb=6b61ca69e4085875215d30ef75df7703edb0ddd2;hp=9aa0b451779061c164cb6b711b1ce315c07006dd;hpb=efb17348438f10c929e2e9807013969f71802661;p=flatwaifu.git diff --git a/src/map.h b/src/map.h index 9aa0b45..d661b36 100644 --- a/src/map.h +++ b/src/map.h @@ -1,6 +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 MAP_H_INCLUDED #define MAP_H_INCLUDED +#include "common/streams.h" + +int MAP_load (Reader *r); void F_loadmap (char n[8]); #endif /* MAP_H_INCLUDED */