mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-27 11:51:13 +00:00
9 lines
102 B
C++
9 lines
102 B
C++
|
|
||
|
#include "debugging.h"
|
||
|
|
||
|
void TEST_ASSERT()
|
||
|
{
|
||
|
ERROR_MESSAGE("test");
|
||
|
ASSERT_NOTNULL(0);
|
||
|
}
|