summaryrefslogtreecommitdiffstats
path: root/src/ui/group.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/group.h')
-rw-r--r--src/ui/group.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/ui/group.h b/src/ui/group.h
index b54829d..bfeef74 100644
--- a/src/ui/group.h
+++ b/src/ui/group.h
@@ -21,15 +21,17 @@
#include "ui/control.h"
+namespace Gfx{
+class CEngine;
+};
-class CD3DEngine;
-
-
+namespace Ui {
class CGroup : public CControl
{
public:
- CGroup(CInstanceManager* iMan);
+// CGroup(CInstanceManager* iMan);
+ CGroup();
virtual ~CGroup();
bool Create(Math::Point pos, Math::Point dim, int icon, EventType eventType);
@@ -44,3 +46,4 @@ protected:
};
+}