From 6154309f0cd3ed5071996951465808f2503e2eb1 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 29 Mar 2020 18:30:04 +0200 Subject: mcc produces first dummy executable --- debug.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debug.h') diff --git a/debug.h b/debug.h index 28502dd..25a9671 100644 --- a/debug.h +++ b/debug.h @@ -1,3 +1,7 @@ #pragma once +#include + extern bool debug; + +void Debug(std::string s); -- cgit v1.2.3