mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-01-24 16:51:08 +00:00
Fix include error
This commit is contained in:
parent
1e62255b28
commit
4b05dccb8a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "VulkanInstance.h"
|
||||
#include "vulkaninstance.h"
|
||||
|
||||
class VulkanSurface;
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include "VulkanInstance.h"
|
||||
#include "vulkaninstance.h"
|
||||
|
||||
#ifdef VK_USE_PLATFORM_WIN32_KHR
|
||||
|
||||
|
|
Loading…
Reference in a new issue