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/Solid.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Stars45/Solid.cpp') diff --git a/Stars45/Solid.cpp b/Stars45/Solid.cpp index 833eee2..6ea1430 100644 --- a/Stars45/Solid.cpp +++ b/Stars45/Solid.cpp @@ -20,13 +20,12 @@ #include "Shadow.h" #include "Projector.h" #include "Opcode.h" +#include "Utils.h" #ifdef for #undef for #endif -void Print(const char* fmt, ...); - // +--------------------------------------------------------------------+ static bool use_collision_detection = true; -- cgit v1.1