QTfrontend/selectWeapon.h
author displacer
Tue, 18 Sep 2007 18:42:50 +0000
changeset 598 bb66dd64916b
child 612 333d095319de
permissions -rw-r--r--
new files added

#ifndef _SELECT_WEAPON_INCLUDED
#define _SELECT_WEAPON_INCLUDED

#include <QWidget>

class SelWeaponWidget : public QWidget
{
  Q_OBJECT
};

#endif // _SELECT_WEAPON_INCLUDED