mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-03 17:03:37 -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 |