fix mismatched Mac bool/BOOL

master
Beq 2024-02-18 23:15:02 +00:00
parent 9fff4c42c8
commit c20c2b4340
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ bool gHiDPISupport = true;
const S32 BITS_PER_PIXEL = 32;
const S32 MAX_NUM_RESOLUTIONS = 32;
// <FS:CR> Various missing prototypes
BOOL check_for_card(const char* RENDERER, const char* bad_card);
bool check_for_card(const char* RENDERER, const char* bad_card);
const char* cursorIDToName(int id);
// </FS:CR>