X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ffiles.h;h=051072539f1586f201763cdcc539559d7b2fbce2;hp=c0050d3615d0e65eb340c3f31fc6504b8981de04;hb=e5c5bf5c4a76a04f9bf64e92227bf2ef969fd25c;hpb=62573489ded016c3436c4e9eb99f1974ee296e4f diff --git a/src/files.h b/src/files.h index c0050d36..05107253 100644 --- a/src/files.h +++ b/src/files.h @@ -51,9 +51,9 @@ #define SETUP_SCROLL_DELAY_ON(x) (((x) & SETUP_SCROLL_DELAY) != 0) #define SETUP_SOFT_SCROLL_ON(x) (((x) & SETUP_SOFT_SCROLL) != 0) -BOOL CreateNewScoreFile(void); -BOOL CreateNewNamesFile(int); -BOOL LoadLevelInfo(void); +boolean CreateNewScoreFile(void); +boolean CreateNewNamesFile(int); +boolean LoadLevelInfo(void); void LoadLevel(int); void LoadLevelTape(int); void LoadScore(int);