X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fconfig.h;h=72a5355349bc33ce238b6b6e4ce82704882bf778;hb=e5a6f7533ac0d87aca1084509533211af42b92e0;hp=1961ebeb55aabe7b9cc9bd8b5a1a87d648d68257;hpb=a2115940e7643dcb1b87286f3d19fe95f7b79bd3;p=flatwaifu.git diff --git a/src/config.h b/src/config.h index 1961ebe..72a5355 100644 --- a/src/config.h +++ b/src/config.h @@ -1,7 +1,6 @@ /* Copyright (C) Prikol Software 1996-1997 Copyright (C) Aleksey Volynskov 1996-1997 - Copyright (C) 2011 This file is part of the Doom2D:Rembo project. @@ -20,11 +19,16 @@ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -// Configuration +#ifndef CONFIG_H_INCLUDED +#define CONFIG_H_INCLUDED -void CFG_args(int argc, char *argv[]); -void CFG_load(void); -void CFG_save(void); +#include "glob.h" -extern char cfg_file[]; +extern byte cheat; +extern byte shot_vga; +void CFG_args (int argc, char **argv); +void CFG_load (void); +void CFG_save (void); + +#endif /* CONFIG_H_INCLUDED */