mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
fix recursive import
This commit is contained in:
parent
700634c476
commit
f7824cb316
1 changed files with 4 additions and 1 deletions
|
|
@ -1,10 +1,13 @@
|
|||
#ifndef REPLAY_MANAGER_H
|
||||
#define REPLAY_MANAGER_H
|
||||
|
||||
#include "network/replay_timeline_widget.h"
|
||||
#include "pb/game_replay.pb.h"
|
||||
#include "../tabs/tab_game.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include <QToolButton>
|
||||
|
||||
class TabGame;
|
||||
|
||||
class ReplayManager : public QWidget
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue