From f6ae6aaacc6f64ce77912313d4e6406c617c7620 Mon Sep 17 00:00:00 2001 From: killian Date: Tue, 3 Apr 2018 17:53:08 +0200 Subject: [PATCH] Add struct guiInfo --- arcade.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arcade.hpp b/arcade.hpp index 6b310b1..ca8385e 100644 --- a/arcade.hpp +++ b/arcade.hpp @@ -31,6 +31,12 @@ namespace arcade { std::string gameName; }; + struct guiInfo { + std::string playerName; + int remainingLives; + int score; + }; + struct Traductor { std::string text; std::string spritePath;