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