file didn't exist
This commit is contained in:
parent
3896c5ffa8
commit
20e1252f71
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <assert.h>
|
||||
#include <base.hpp>
|
||||
#include <text_DISP.hpp>
|
||||
#include <textDISP.hpp>
|
||||
void "C" __assert(const char *msg, const char *file, int line, int res) {
|
||||
if(!res) {
|
||||
MTGosHAL::err << "assert(" << msg << ") failed in " << file << " at line " << line << "!\n";
|
||||
|
|
Loading…
Reference in a new issue