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