Crossfire Server, Trunk
ArchetypePanel.h
Go to the documentation of this file.
1 /*
2  * Crossfire -- cooperative multi-player graphical RPG and adventure game
3  *
4  * Copyright (c) 2022 the Crossfire Development Team
5  *
6  * Crossfire is free software and comes with ABSOLUTELY NO WARRANTY. You are
7  * welcome to redistribute it under certain conditions. For details, please
8  * see COPYING and LICENSE.
9  *
10  * The authors can be reached via e-mail at <crossfire@metalforge.org>.
11  */
12 
13 #ifndef ARCHETYPE_PANEL_H
14 #define ARCHETYPE_PANEL_H
15 
16 #include <QObject>
17 #include <QtWidgets>
18 #include "../assets/AssetWrapperPanel.h"
19 
20 #include "global.h"
21 
22 class AssetModel;
23 
28  Q_OBJECT
29 
30 public:
31  ArchetypePanel(AssetModel* model, QWidget* parent);
32 };
33 
34 #endif // ARCHETYPE_PANEL_H
AssetWrapperPanel
Definition: AssetWrapperPanel.h:29
global.h
ArchetypePanel
Definition: ArchetypePanel.h:27
ArchetypePanel::ArchetypePanel
ArchetypePanel(AssetModel *model, QWidget *parent)
Definition: ArchetypePanel.cpp:15
AssetModel
Definition: AssetModel.h:29