Added setWindowTitle().

This commit is contained in:
Dario Manesku
2014-08-05 20:57:52 +01:00
parent 8a0d102e1b
commit f1a7e1696d
11 changed files with 61 additions and 5 deletions

View File

@@ -207,6 +207,11 @@ namespace entry
BX_UNUSED(_width, _height);
}
bool setWindowTitle(const char* _title)
{
BX_UNUSED(_title);
}
void toggleWindowFrame()
{
}