mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 16:11:23 +00:00
Add missing forward declarations
This commit is contained in:
parent
cc96742d18
commit
0a80ad3b83
1 changed files with 3 additions and 0 deletions
|
@ -60,6 +60,9 @@
|
|||
#include "vulkan/system/vk_renderdevice.h"
|
||||
#endif
|
||||
|
||||
bool I_CreateVulkanSurface(VkInstance instance, VkSurfaceKHR *surface);
|
||||
bool I_GetVulkanPlatformExtensions(unsigned int *count, const char **names);
|
||||
|
||||
extern bool ToggleFullscreen;
|
||||
|
||||
@implementation NSWindow(ExitAppOnClose)
|
||||
|
|
Loading…
Reference in a new issue