mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-10 20:28:19 -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 |