From: ozkl Date: Fri, 6 Sep 2019 07:11:51 +0000 (+0300) Subject: added empty implementation of SetWindowTitle to soso X-Git-Url: https://git.0x19.co/sitemap.xml?a=commitdiff_plain;h=c85549977f7cfc7f1caee2520983d7d8778a9b56;p=doomgeneric-snom360 added empty implementation of SetWindowTitle to soso --- diff --git a/doomgeneric/doomgeneric_soso.c b/doomgeneric/doomgeneric_soso.c index c059d2b..46c2ccc 100644 --- a/doomgeneric/doomgeneric_soso.c +++ b/doomgeneric/doomgeneric_soso.c @@ -205,3 +205,7 @@ int DG_GetKey(int* pressed, unsigned char* doomKey) return 1; } } + +void DG_SetWindowTitle(const char * title) +{ +} \ No newline at end of file