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/StarSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Stars45/StarSystem.h') diff --git a/Stars45/StarSystem.h b/Stars45/StarSystem.h index 90b77df..06fc100 100644 --- a/Stars45/StarSystem.h +++ b/Stars45/StarSystem.h @@ -44,7 +44,7 @@ #include "Bitmap.h" #include "Geometry.h" #include "Text.h" -#include "term.h" +#include "Term.h" #include "List.h" // +--------------------------------------------------------------------+ -- cgit v1.1