fixed I_EndRead error
fixed the error: w_wad.c:364:5: error: implicit declaration of function ‘I_EndRead’
This commit is contained in:
parent
912c51c4d0
commit
3637851fd7
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue