QTfrontend/selectWeapon.h
author unc0rr
Sat, 22 Sep 2007 17:50:14 +0000
changeset 611 8cf6d27cec86
parent 598 bb66dd64916b
child 612 333d095319de
permissions -rw-r--r--
Fix warnings

#ifndef _SELECT_WEAPON_INCLUDED
#define _SELECT_WEAPON_INCLUDED

#include <QWidget>

class SelWeaponWidget : public QWidget
{
  Q_OBJECT
};

#endif // _SELECT_WEAPON_INCLUDED