Function setWindowTitle() now returns void.

This commit is contained in:
Dario Manesku
2014-08-10 15:59:22 +01:00
parent 1c16d97c27
commit 2b01f8a874
10 changed files with 14 additions and 14 deletions

View File

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