X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Frender.h;h=2999456bc7ab012a7f0cac49c1fdcfcc63951421;hb=c0bb00824a48b78aee7140e3fa89ac69d59d7296;hp=f9a4cfb91a9d44970efc3c5a2b9ab9a454c2c17c;hpb=21e27adcd50196e94141390f96c8d4a089ccde08;p=flatwaifu.git diff --git a/src/render.h b/src/render.h index f9a4cfb..2999456 100644 --- a/src/render.h +++ b/src/render.h @@ -1,3 +1,18 @@ +/* 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 RENDER_H_INCLUDED #define RENDER_H_INCLUDED @@ -20,7 +35,7 @@ void R_get_name (int n, char s[8]); int R_get_special_id (int n); int R_get_swp (int n); void R_begin_load (void); -void R_load (char s[8], int f); +void R_load (char s[8]); void R_end_load (void); void R_loadsky (int sky);