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