From 2ba78cf22f6f0f7c488d0d4cb606c05a841474f2 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 15 Feb 2022 00:14:59 +0100 Subject: Exported infamous Print to FoundationEx --- Stars45/Color.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Stars45/Color.cpp') diff --git a/Stars45/Color.cpp b/Stars45/Color.cpp index 6f6e7ae..aa01293 100644 --- a/Stars45/Color.cpp +++ b/Stars45/Color.cpp @@ -16,11 +16,10 @@ #include "Video.h" #include "Pcx.h" #include "Fix.h" +#include "Utils.h" // +--------------------------------------------------------------------+ -void Print(const char* fmt, ...); - Color Color::White = Color(255,255,255); Color Color::Black = Color( 0, 0, 0); Color Color::Gray = Color(128,128,128); -- cgit v1.1