]> git.0x19.co - doomgeneric-snom360/commitdiff
added empty implementation of SetWindowTitle to soso
authorozkl <ozkl@users.noreply.github.com>
Fri, 6 Sep 2019 07:11:51 +0000 (10:11 +0300)
committerozkl <ozkl@users.noreply.github.com>
Fri, 6 Sep 2019 07:11:51 +0000 (10:11 +0300)
doomgeneric/doomgeneric_soso.c

index c059d2bc44e350056b0677e39ed582f6a0351c6a..46c2cccaf59f254440463a85b81bba793e8b68d9 100644 (file)
@@ -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