QTfrontend/selectWeapon.h
author unc0rr
Fri, 21 Sep 2007 18:55:44 +0000
changeset 602 f7628ebfccde
parent 598 bb66dd64916b
child 612 333d095319de
permissions -rw-r--r--
Add CurrentHedgehog variable which simplifies code

#ifndef _SELECT_WEAPON_INCLUDED
#define _SELECT_WEAPON_INCLUDED

#include <QWidget>

class SelWeaponWidget : public QWidget
{
  Q_OBJECT
};

#endif // _SELECT_WEAPON_INCLUDED