From d8daa3e045ca2f41edcbed533bc5a9fef1363a17 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 30 Oct 2024 20:31:18 +0100 Subject: print to backend --- frontend/cmd/cheat.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/cmd/cheat.cpp') diff --git a/frontend/cmd/cheat.cpp b/frontend/cmd/cheat.cpp index aeed5f4..7a020a3 100644 --- a/frontend/cmd/cheat.cpp +++ b/frontend/cmd/cheat.cpp @@ -1,5 +1,6 @@ +#include "backend/print.h" + #include "../Player.h" -#include "../print.h" using namespace std; -- cgit v1.2.3