X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.h;h=d2b052b7957b0efedbd9cfd1b27218587baec889;hb=e5c5bf5c4a76a04f9bf64e92227bf2ef969fd25c;hp=2c435418f5dec801aac77bdb8ae26224272cd58a;hpb=823bddb0d9cc63ddda17a2cd20266aa3b82bde38;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