Skip to content

Commit

Permalink
Small improvmeent in headers including.
Browse files Browse the repository at this point in the history
  • Loading branch information
przemek83 committed Sep 14, 2024
1 parent ecd0980 commit 258a98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/Menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "Level.h"
#include "MenuItem.h"
#include "Screen.h"
#include "UserChoice.h"

Menu::Menu(Screen& screen) : screen_(screen) { initMainMenu(); }

Expand Down
3 changes: 1 addition & 2 deletions src/Menu.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
#include <vector>

#include "MenuItem.h"
#include "UserChoice.h"

class Screen;
enum class InputAction : char;
enum class Level : char;
class MenuItem;
enum class UserChoice : char;

class Menu final
{
Expand Down

0 comments on commit 258a98d

Please sign in to comment.