Distinguish SDL and Cocoa back-ends in startup log

This commit is contained in:
alexey.lysiuk 2014-08-09 15:51:39 +03:00
commit efdfeeec90
3 changed files with 18 additions and 2 deletions

View file

@ -76,3 +76,8 @@ void I_SetMainWindowVisible(bool visible)
{
}
const char* I_GetBackEndName()
{
return "SDL";
}