Skip to content

Commit

Permalink
Fix Vulkan type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Dec 20, 2023
1 parent e240141 commit a7e7ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SFML/Window/Vulkan.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ typedef uint64_t VkSurfaceKHR;

#endif

struct VkAllocationCallbacks;
typedef struct VkAllocationCallbacks VkAllocationCallbacks;


typedef void (*sfVulkanFunctionPointer)();
Expand Down

0 comments on commit a7e7ea4

Please sign in to comment.