5 lines
107 B
C
5 lines
107 B
C
#pragma once
|
|
|
|
bool AssertFailed(const char* file, int line, const char* expression,
|
|
bool inlineBreak);
|