Display example executable name in window title.

This commit is contained in:
Branimir Karadžić
2014-08-10 10:31:24 -07:00
parent 172ae20f85
commit e71791a02c
2 changed files with 3 additions and 8 deletions

View File

@@ -134,6 +134,8 @@ namespace entry
inputAddBindings("bindings", s_bindings);
entry::setWindowTitle(bx::baseName(_argv[0]));
int32_t result = ::_main_(_argc, _argv);
#if BX_CONFIG_CRT_FILE_READER_WRITER