QTfrontend/selectWeapon.h
author unc0rr
Thu, 20 Sep 2007 20:00:10 +0000
changeset 601 78a68cc4d846
parent 598 bb66dd64916b
child 612 333d095319de
permissions -rw-r--r--
Special game mode allowing the only clan on map for training mode

#ifndef _SELECT_WEAPON_INCLUDED
#define _SELECT_WEAPON_INCLUDED

#include <QWidget>

class SelWeaponWidget : public QWidget
{
  Q_OBJECT
};

#endif // _SELECT_WEAPON_INCLUDED