// SPDX-License-Identifier: Apache-2.0 #pragma once #ifdef __cplusplus extern "C" { #endif #include struct SdlDisplayConfig { uint16_t horizontal_resolution; uint16_t vertical_resolution; }; #ifdef __cplusplus } #endif