new files added
authordisplacer
Tue, 18 Sep 2007 18:42:50 +0000
changeset 598 bb66dd64916b
parent 597 ec5f057ab268
child 599 7c7b90c402d3
new files added
QTfrontend/selectWeapon.cpp
QTfrontend/selectWeapon.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/QTfrontend/selectWeapon.cpp	Tue Sep 18 18:42:50 2007 +0000
@@ -0,0 +1,1 @@
+#include "selectWeapon.h"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/QTfrontend/selectWeapon.h	Tue Sep 18 18:42:50 2007 +0000
@@ -0,0 +1,11 @@
+#ifndef _SELECT_WEAPON_INCLUDED
+#define _SELECT_WEAPON_INCLUDED
+
+#include <QWidget>
+
+class SelWeaponWidget : public QWidget
+{
+  Q_OBJECT
+};
+
+#endif // _SELECT_WEAPON_INCLUDED