Took 37 seconds
This commit is contained in:
Lukas Brübach 2025-10-05 00:09:19 +02:00
parent 18ac296dac
commit ecfcc078c4
5 changed files with 6 additions and 6 deletions

View file

@ -7,10 +7,10 @@
#ifndef COCKATRICE_ABSTRACT_GAME_H
#define COCKATRICE_ABSTRACT_GAME_H
#include "pb/game_replay.pb.h"
#include "game_event_handler.h"
#include "game_meta_info.h"
#include "game_state.h"
#include "pb/game_replay.pb.h"
#include "player/player_manager.h"
#include <QObject>