src/main.h

changeset 861
83426c5fa732
parent 857
e62983881460
child 927
409b82a4765e
child 958
1dc890c73e01
equal deleted inserted replaced
860:a496e72af069 861:83426c5fa732
33 #include "format.h" 33 #include "format.h"
34 34
35 // Null pointer 35 // Null pointer
36 static const std::nullptr_t null = nullptr; 36 static const std::nullptr_t null = nullptr;
37 37
38 void assertionFailure (const char* file, int line, const char* funcname, const char* expr); 38 void HandleAssertFailure (const char* file, int line, const char* funcname, const char* expr);
39 bool IsExiting(); 39 bool IsExiting();
40 void Exit(); 40 void Exit();

mercurial