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 */
|
/* No SDL Vulkan support, just include the header for typedefs */
|
||||||
#include "SDL_vulkan.h"
|
#include "SDL_vulkan.h"
|
||||||
|
|
||||||
typedef void (*PFN_vkGetInstanceProcAddr) ();
|
typedef void (*PFN_vkGetInstanceProcAddr) (void);
|
||||||
typedef int (*PFN_vkEnumerateInstanceExtensionProperties) ();
|
typedef int (*PFN_vkEnumerateInstanceExtensionProperties) (void);
|
||||||
|
|
||||||
#endif /* SDL_VIDEO_VULKAN */
|
#endif /* SDL_VIDEO_VULKAN */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user