Skip to content

Commit

Permalink
Add struct guiInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Apr 3, 2018
1 parent 5d3bdc9 commit f6ae6aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arcade.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f6ae6aa

Please sign in to comment.