X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.h;h=d2b052b7957b0efedbd9cfd1b27218587baec889;hb=e557b2b5d9951a4e692fd4e32a5cf45c84252c64;hp=2c435418f5dec801aac77bdb8ae26224272cd58a;hpb=29014045f4de045f8452fdf7ab32622c94b37eef;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index 2c435418..d2b052b7 100644 --- a/src/init.h +++ b/src/init.h @@ -17,7 +17,7 @@ #include "main.h" void OpenAll(int, char **); -void CloseAll(); +void CloseAllAndExit(int); void InitJoystick(void); #endif