mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
vulkan: Possibly fix a compiler warning (-Wstrict-prototypes).
This commit is contained in:
parent
c7e4366530
commit
ac309df7b4
@ -81,8 +81,8 @@ extern SDL_bool SDL_Vulkan_GetInstanceExtensions_Helper(unsigned *userCount,
|
||||
/* No SDL Vulkan support, just include the header for typedefs */
|
||||
#include "SDL_vulkan.h"
|
||||
|
||||
typedef void (*PFN_vkGetInstanceProcAddr) ();
|
||||
typedef int (*PFN_vkEnumerateInstanceExtensionProperties) ();
|
||||
typedef void (*PFN_vkGetInstanceProcAddr) (void);
|
||||
typedef int (*PFN_vkEnumerateInstanceExtensionProperties) (void);
|
||||
|
||||
#endif /* SDL_VIDEO_VULKAN */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user