added empty implementation of SetWindowTitle to soso

This commit is contained in:
ozkl 2019-09-06 10:11:51 +03:00
parent f14e4db334
commit c85549977f

View File

@ -205,3 +205,7 @@ int DG_GetKey(int* pressed, unsigned char* doomKey)
return 1; return 1;
} }
} }
void DG_SetWindowTitle(const char * title)
{
}