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