Cleaning up asserts and file/line macros.

This commit is contained in:
Ben Vanik
2014-07-12 16:51:52 -07:00
parent 840357413c
commit bf882714d0
92 changed files with 636 additions and 613 deletions

View File

@@ -127,7 +127,7 @@ XECLEANUP:
}
void Emulator::set_main_window(Window* window) {
XEASSERTNULL(main_window_);
assert_null(main_window_);
main_window_ = window;
window->closed.AddListener([](UIEvent& e) {