Sign in
skia
/
external
/
github.com
/
rive-app
/
rive-cpp
/
276d1a656e2c440954bab1f63fd138b501d7efc9
/
.
/
include
/
rive
/
internal
/
assert_internal_only.hpp
blob: 8183bb042b8df2b8c362da7d040782a1f7100c39 [
file
] [
log
] [
blame
]
#ifndef
_RIVE_INTERNAL_
static_assert
(
false
,
"This file should never be included by public headers."
);
#endif