2024-12-25 17:42:06 +00:00

6 lines
129 B
C

#include "etl/exception.h"
extern void AssertFunction(const etl::exception& /*e*/);
#define ETL_ASSERT_FUNCTION AssertFunction