1
#ifndef _SELECT_WEAPON_INCLUDED
2
#define _SELECT_WEAPON_INCLUDED
3
4
#include <QWidget>
5
6
class SelWeaponWidget : public QWidget
7
{
8
Q_OBJECT
9
};
10
11
#endif // _SELECT_WEAPON_INCLUDED