Ken Van Hoeylandt c628668e75 Update
2026-08-08 14:13:00 +02:00

13 lines
171 B
C

// SPDX-License-Identifier: Apache-2.0
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
extern struct Module lvgl_window_manager_module;
#ifdef __cplusplus
}
#endif