This commit is contained in:
ebbit1q 2025-09-20 03:31:27 +02:00
parent 102bf2a20f
commit ad6d617e4f
54 changed files with 134 additions and 134 deletions

View file

@ -1,19 +1,19 @@
#include "game_selector.h"
#include "../client/get_text_with_max.h"
#include "../dialogs/dlg_create_game.h"
#include "../dialogs/dlg_filter_games.h"
#include "../tabs/tab_account.h"
#include "../tabs/tab_game.h"
#include "../tabs/tab_room.h"
#include "../tabs/tab_supervisor.h"
#include "../dialogs/dlg_create_game.h"
#include "../dialogs/dlg_filter_games.h"
#include "abstract_client.h"
#include "pending_command.h"
#include "user/user_list_manager.h"
#include "games_model.h"
#include "pb/response.pb.h"
#include "pb/room_commands.pb.h"
#include "pb/serverinfo_game.pb.h"
#include "pending_command.h"
#include "user/user_list_manager.h"
#include <QApplication>
#include <QCheckBox>