From d3c5885b7463f3019efdf2ee1fd9cdf7d85396fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 5 Jan 2018 21:58:55 +0100 Subject: Implement SDL_GetPlatform to get one more header done --- c_src/esdl2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c_src/esdl2.h') diff --git a/c_src/esdl2.h b/c_src/esdl2.h index 31a1fcc..a9cf3f4 100644 --- a/c_src/esdl2.h +++ b/c_src/esdl2.h @@ -295,6 +295,8 @@ F(set_relative_mouse_mode, 1) \ F(warp_mouse_global, 2) \ F(warp_mouse_in_window, 3) \ + /* sdl_platform */ \ + F(get_platform, 0) \ /* sdl_power */ \ F(get_power_info, 0) \ /* sdl_renderer */ \ -- cgit v1.2.3