Skip to content

Commit

Permalink
Moved MI_TournamentScoreboard to a separate file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyas committed Dec 3, 2023
1 parent 4459259 commit bd28ae8
Show file tree
Hide file tree
Showing 8 changed files with 638 additions and 615 deletions.
1 change: 1 addition & 0 deletions src/smw/GSMenu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "MapList.h"
#include "ResourceManager.h"
#include "Score.h"
#include "ui/MI_TournamentScoreboard.h"
#include "ui/MI_TourStop.h"

#include "menu/BonusWheelMenu.h"
Expand Down
2 changes: 2 additions & 0 deletions src/smw/menu/TournamentScoreboardMenu.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#include "TournamentScoreboardMenu.h"

#include "ResourceManager.h"
#include "ui/MI_Button.h"
#include "ui/MI_Image.h"
#include "ui/MI_TournamentScoreboard.h"

extern CResourceManager* rm;

Expand Down
6 changes: 4 additions & 2 deletions src/smw/menu/TournamentScoreboardMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
#define MENU_TOURNAMENTSCOREBOARD_H

#include "uimenu.h"
#include "uicontrol.h"
#include "uicustomcontrol.h"

class MI_Button;
class MI_Image;
class MI_TournamentScoreboard;

/*
Description.
Expand Down
2 changes: 2 additions & 0 deletions src/smw/ui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ target_sources(smw PRIVATE
MI_StringScroll.h
MI_TeamSelect.cpp
MI_TeamSelect.h
MI_TournamentScoreboard.cpp
MI_TournamentScoreboard.h
MI_TourStop.cpp
MI_TourStop.h
MI_WorldPreviewDisplay.cpp
Expand Down
Loading

0 comments on commit bd28ae8

Please sign in to comment.