From db987e23d5dd33a5db8764743facbb906ac22b0f Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 29 Jan 2022 04:27:21 +0100 Subject: Fixed case in include paths in Stars45 --- Stars45/Game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Stars45/Game.cpp') diff --git a/Stars45/Game.cpp b/Stars45/Game.cpp index 3bfcd57..04c84d0 100644 --- a/Stars45/Game.cpp +++ b/Stars45/Game.cpp @@ -43,7 +43,7 @@ #include "DataLoader.h" #include "Keyboard.h" #include "Pcx.h" -#include "Resource.h" +#include "resource.h" #include "Bitmap.h" #include "MachineInfo.h" #include "Video.h" -- cgit v1.1