13 lines
179 B
C
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
|