29#ifndef NOMLIB_CORE_SDL2_ASSERTION_HELPERS_HPP
30#define NOMLIB_CORE_SDL2_ASSERTION_HELPERS_HPP
34#include "nomlib/config.hpp"
47SDL_assert_state null_assert_handler(
const SDL_assert_data*,
void*);
58SDL_assert_state log_assert_handler(
const SDL_assert_data* item,
void*);
71void set_assertion_handler(SDL_AssertionHandler callback,
void* userdata);