From 6558329547047cf63c3336fbe0d959becb67b8ff Mon Sep 17 00:00:00 2001 From: zvon Date: Thu, 21 Jul 2022 20:17:12 +0200 Subject: [PATCH] Mario: deleted useless files --- mario/gui/gui.cpp | 12 ------------ mario/testmap.txt | 20 -------------------- 2 files changed, 32 deletions(-) delete mode 100644 mario/gui/gui.cpp delete mode 100644 mario/testmap.txt diff --git a/mario/gui/gui.cpp b/mario/gui/gui.cpp deleted file mode 100644 index cc60bd2..0000000 --- a/mario/gui/gui.cpp +++ /dev/null @@ -1,12 +0,0 @@ -#include "gui.hpp" - -/*std::shared_ptr -createButton(double x, double y, double w, double h, - std::shared_ptr &r, const std::string &text, - const std::string &color, const std::string &outline_color, - const std::string &background_color, - std::function click_fun, void *input) { - auto button = std::make_shared