Crossfire Server, Trunk
RegionPanel.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 REGION_PANEL_H
14
#define REGION_PANEL_H
15
16
#include <QWidget>
17
#include "
assets/AssetWrapperPanel.h
"
18
22
class
RegionPanel
:
public
AssetWrapperPanel
{
23
Q_OBJECT
24
public
:
25
RegionPanel
(QWidget *parent);
26
};
27
28
#endif
/* _CREREGIONPANEL_H */
AssetWrapperPanel
Definition:
AssetWrapperPanel.h:29
RegionPanel
Definition:
RegionPanel.h:22
AssetWrapperPanel.h
RegionPanel::RegionPanel
RegionPanel(QWidget *parent)
Definition:
RegionPanel.cpp:17
crossfire-crossfire-server
utils
cre
regions
RegionPanel.h
Generated by
1.8.17