Crossfire Server, Branch 1.12  R12190
CREArchetypePanel.h
Go to the documentation of this file.
00001 #ifndef CLASS_CRE_ARCHETYPE_PANEL_H
00002 #define CLASS_CRE_ARCHETYPE_PANEL_H
00003 
00004 #include <QObject>
00005 #include <QtGui>
00006 
00007 extern "C" {
00008 #include "global.h"
00009 }
00010 
00011 class CREArchetypePanel : public QWidget
00012 {
00013     Q_OBJECT
00014 
00015     public:
00016         CREArchetypePanel();
00017         void setArchetype(const archt* archetype);
00018 
00019     protected:
00020         const archt* myArchetype;
00021 };
00022 
00023 #endif // CLASS_CRE_ARCHETYPE_PANEL_H