fixed I_EndRead error

fixed the error: w_wad.c:364:5: error: implicit declaration of function ‘I_EndRead’
This commit is contained in:
42-Slices-of-Cheese 2025-02-06 22:53:50 +09:00 committed by GitHub
parent 912c51c4d0
commit 3637851fd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ void I_FinishUpdate (void);
void I_ReadScreen (byte* scr);
void I_BeginRead (void);
void I_EndRead(void);
void I_SetWindowTitle(char *title);