Crossfire Server, Branches 1.12  R18729
CREArchetypePanel.h
Go to the documentation of this file.
1 #ifndef CLASS_CRE_ARCHETYPE_PANEL_H
2 #define CLASS_CRE_ARCHETYPE_PANEL_H
3 
4 #include <QObject>
5 #include <QtGui>
6 
7 extern "C" {
8 #include "global.h"
9 }
10 
11 class CREArchetypePanel : public QWidget
12 {
13  Q_OBJECT
14 
15  public:
17  void setArchetype(const archt* archetype);
18 
19  protected:
21 };
22 
23 #endif // CLASS_CRE_ARCHETYPE_PANEL_H
void setArchetype(const archt *archetype)
Definition: object.h:321
const archt * myArchetype