From d94664a591d898f03a8b63fbca38ad1f93c49d05 Mon Sep 17 00:00:00 2001 From: "huiyu.eun" Date: Thu, 16 Aug 2018 13:52:41 +0900 Subject: [PATCH] [SDL_Tizen] Add SDL_vulkan header to SDL.h Change-Id: Iba8ec37dfde163f071d17bf0248f984b02626829 Signed-off-by: huiyu.eun --- include/SDL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/SDL.h b/include/SDL.h index d48d9d4..3d58fab 100755 --- a/include/SDL.h +++ b/include/SDL.h @@ -57,6 +57,7 @@ #include "SDL_timer.h" #include "SDL_version.h" #include "SDL_video.h" +#include "SDL_vulkan.h" #include "begin_code.h" /* Set up for C function definitions, even when using C++ */ -- 2.7.4