From 51004bbd9dd086f417a77972af79ba7bbe291055 Mon Sep 17 00:00:00 2001 From: Menotdan Date: Wed, 10 May 2023 11:03:05 -0400 Subject: [PATCH] Learned about filter folders and now VS likes me :) --- Source/Engine/Platform/Windows/WindowsScreenUtils.cpp | 0 Source/Engine/Platform/Windows/WindowsScreenUtils.h | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 Source/Engine/Platform/Windows/WindowsScreenUtils.cpp create mode 100644 Source/Engine/Platform/Windows/WindowsScreenUtils.h diff --git a/Source/Engine/Platform/Windows/WindowsScreenUtils.cpp b/Source/Engine/Platform/Windows/WindowsScreenUtils.cpp new file mode 100644 index 000000000..e69de29bb diff --git a/Source/Engine/Platform/Windows/WindowsScreenUtils.h b/Source/Engine/Platform/Windows/WindowsScreenUtils.h new file mode 100644 index 000000000..4e8841525 --- /dev/null +++ b/Source/Engine/Platform/Windows/WindowsScreenUtils.h @@ -0,0 +1,5 @@ +#pragma once +class WindowsScreenUtils +{ +}; +