Files
bx/3rdparty/UnitTest++/src/ReportAssert.h
2013-09-22 21:37:18 -07:00

11 lines
172 B
C++

#ifndef UNITTEST_ASSERT_H
#define UNITTEST_ASSERT_H
namespace UnitTest {
void ReportAssert(char const* description, char const* filename, int lineNumber);
}
#endif