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/Parser.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Stars45/Parser.cpp') diff --git a/Stars45/Parser.cpp b/Stars45/Parser.cpp index 103f7be..b1c9ef5 100644 --- a/Stars45/Parser.cpp +++ b/Stars45/Parser.cpp @@ -16,13 +16,12 @@ #include "Token.h" #include "Parser.h" #include "Term.h" +#include "Utils.h" #include #include enum KEYS { KEY_TRUE, KEY_FALSE, KEY_DEF, KEY_MINUS }; -void Print(const char* fmt, ...); - static int dump_tokens = 0; // +-------------------------------------------------------------------+ -- cgit v1.1