From e08855dc9e8be97d3460e2164c7a005a1209b624 Mon Sep 17 00:00:00 2001 From: saschawillems Date: Tue, 7 Mar 2017 21:58:39 +0100 Subject: [PATCH] Changed header file name capitalization --- base/{vulkantextoverlay.hpp => VulkanTextOverlay.hpp} | 0 base/vulkanexamplebase.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename base/{vulkantextoverlay.hpp => VulkanTextOverlay.hpp} (100%) diff --git a/base/vulkantextoverlay.hpp b/base/VulkanTextOverlay.hpp similarity index 100% rename from base/vulkantextoverlay.hpp rename to base/VulkanTextOverlay.hpp diff --git a/base/vulkanexamplebase.h b/base/vulkanexamplebase.h index 3897361f..002f0542 100644 --- a/base/vulkanexamplebase.h +++ b/base/vulkanexamplebase.h @@ -45,7 +45,7 @@ #include "VulkanInitializers.hpp" #include "VulkanDevice.hpp" #include "vulkanswapchain.hpp" -#include "vulkantextoverlay.hpp" +#include "VulkanTextOverlay.hpp" #include "camera.hpp" class VulkanExampleBase