mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
vulkan: Possibly fix a compiler warning (-Wstrict-prototypes).
This commit is contained in:
parent
c7e4366530
commit
ac309df7b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue