X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.h;h=95993d456e9b5d1793da092f8e89550bd70de1ca;hb=ba30b2aedd9a673be5c23ebb2c5f25a4616daaa5;hp=9eb9fb628c79aa82c6c8ca780bdc4e6f4c9a89f6;hpb=c9433eab5c4317ed4f89164b386a7d33562e29be;p=rocksndiamonds.git diff --git a/src/init.h b/src/init.h index 9eb9fb62..95993d45 100644 --- a/src/init.h +++ b/src/init.h @@ -16,8 +16,9 @@ #include "main.h" -void OpenAll(void); void ReloadCustomArtwork(); + +void OpenAll(void); void CloseAllAndExit(int); #endif