Skip to content

Commit c855499

Browse files
committed
added empty implementation of SetWindowTitle to soso
1 parent f14e4db commit c855499

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doomgeneric/doomgeneric_soso.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,3 +205,7 @@ int DG_GetKey(int* pressed, unsigned char* doomKey)
205205
return 1;
206206
}
207207
}
208+
209+
void DG_SetWindowTitle(const char * title)
210+
{
211+
}

0 commit comments

Comments
 (0)