minecraft-pi-reborn/media-layer/include/media-layer/internal.h

13 lines
179 B
C
Raw Permalink Normal View History

2021-06-17 21:32:24 +00:00
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
2024-05-12 01:14:14 +00:00
// Internal Methods
2021-06-17 21:32:24 +00:00
__attribute__((visibility("internal"))) void _media_handle_SDL_PollEvent();
#ifdef __cplusplus
}
#endif