From 7a0bd5344ddb2862be2ea737c8a1073c44fd38f6 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Tue, 29 Sep 2020 16:08:48 -0230 Subject: [PATCH] Forgot to include header file in VS project file. --- src/windows/Stella.vcxproj | 1 + src/windows/Stella.vcxproj.filters | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/windows/Stella.vcxproj b/src/windows/Stella.vcxproj index 843abc45d..bf2c1c37d 100644 --- a/src/windows/Stella.vcxproj +++ b/src/windows/Stella.vcxproj @@ -2038,6 +2038,7 @@ + diff --git a/src/windows/Stella.vcxproj.filters b/src/windows/Stella.vcxproj.filters index 35b428e4f..ce790b6e7 100644 --- a/src/windows/Stella.vcxproj.filters +++ b/src/windows/Stella.vcxproj.filters @@ -2105,6 +2105,9 @@ Header Files\gui + + Header Files +