QTfrontend/selectWeapon.h
author unc0rr
Sat, 22 Sep 2007 10:06:27 +0000
changeset 606 9d800fdfd3bd
parent 598 bb66dd64916b
child 612 333d095319de
permissions -rw-r--r--
Add ammostores in frontend, should help further ammostores implemetation

#ifndef _SELECT_WEAPON_INCLUDED
#define _SELECT_WEAPON_INCLUDED

#include <QWidget>

class SelWeaponWidget : public QWidget
{
  Q_OBJECT
};

#endif // _SELECT_WEAPON_INCLUDED