Crossfire Server, Trunk
ScriptFilePanel.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 SCRIPT_FILE_PANEL_H
14 #define SCRIPT_FILE_PANEL_H
15 
17 
18 class AssetModel;
19 
24  Q_OBJECT
25 public:
26  CREScriptPanel(AssetModel *assets, QWidget *parent);
27 };
28 
29 #endif /* SCRIPT_FILE_PANEL_H */
AssetWrapperPanel
Definition: AssetWrapperPanel.h:29
CREScriptPanel::CREScriptPanel
CREScriptPanel(AssetModel *assets, QWidget *parent)
Definition: ScriptFilePanel.cpp:24
AssetModel
Definition: AssetModel.h:29
AssetWrapperPanel.h
CREScriptPanel
Definition: ScriptFilePanel.h:23