added empty implementation of SetWindowTitle to soso
This commit is contained in:
@@ -205,3 +205,7 @@ int DG_GetKey(int* pressed, unsigned char* doomKey)
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
void DG_SetWindowTitle(const char * title)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user