X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fswitch.h;h=222b1a0195d271c3489f3e73ef76060d04184ef6;hb=1907773f7b61fb7e58c585a183180b44d213a286;hp=eda6686e24071d7e162ea743a7a8d5b6996cde99;hpb=a2115940e7643dcb1b87286f3d19fe95f7b79bd3;p=flatwaifu.git diff --git a/src/switch.h b/src/switch.h index eda6686..222b1a0 100644 --- a/src/switch.h +++ b/src/switch.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. @@ -30,6 +29,8 @@ enum{ SW_LIFT }; +extern int sw_secrets; + void SW_init(void); void SW_alloc(void); int SW_load(FILE*);