Sign in
◑
Theme
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
25db4792fadc1d26b9deed73e6e865122ff1ef95
/
.
/
tests
/
common
/
report_fatal_error.hpp
blob: 61c3ec2da4c7d1948b16ce03656db90188a3b591 [
file
]
/*
* Copyright 2026 Rive
*/
#pragma
once
namespace
rive_tests
{
void
report_fatal_error
(
const
char
*
serverAddress
,
const
char
*
message
);
}