tp/include/JSystem/JUtility/JUTAssert/JUTAssert.h

8 lines
152 B
C++

#ifndef JSYSTEM_JUTILITY_JUTASSERT_H_
#define JSYSTEM_JUTILITY_JUTASSERT_H_
namespace JUTAssertion {
void setMessageCount(int message_count);
}
#endif