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

13 lines
179 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
// Internal Methods
__attribute__((visibility("internal"))) void _media_handle_SDL_PollEvent();
#ifdef __cplusplus
}
#endif