File jolt_error_handler.hpp
File List > atlas > physics > jolt-cpp > jolt_error_handler.hpp
Go to the documentation of this file
#pragma once
#include <physics/jolt-cpp/jolt-imports.hpp>
namespace atlas::physics {
void trace_impl(const char* p_in_fmt, ...);
bool assert_failed_impl(const char* p_in_expression,
const char* p_in_message,
const char* p_in_file,
unsigned int p_in_line);
}