mirror of
https://github.com/zeldaret/tp
synced 2026-06-17 07:08:04 -04:00
8 lines
152 B
C++
8 lines
152 B
C++
#ifndef JSYSTEM_JUTILITY_JUTASSERT_H_
|
|
#define JSYSTEM_JUTILITY_JUTASSERT_H_
|
|
|
|
namespace JUTAssertion {
|
|
void setMessageCount(int message_count);
|
|
}
|
|
|
|
#endif |