QTfrontend/selectWeapon.h
author unc0rr
Fri, 21 Sep 2007 21:51:48 +0000 (2007-09-21)
changeset 604 2f1165467a66
parent 598 bb66dd64916b
child 612 333d095319de
permissions -rw-r--r--
Let hedgehog position be taken from config, still more work is needed
#ifndef _SELECT_WEAPON_INCLUDED
#define _SELECT_WEAPON_INCLUDED

#include <QWidget>

class SelWeaponWidget : public QWidget
{
  Q_OBJECT
};

#endif // _SELECT_WEAPON_INCLUDED