forked from mirror/openmw-tes3mp
18 lines
308 B
C++
18 lines
308 B
C++
#ifndef CSV_RENDER_INSTANCEMOVEMODE_H
|
|
#define CSV_RENDER_INSTANCEMOVEMODE_H
|
|
|
|
#include "../widget/modebutton.hpp"
|
|
|
|
namespace CSVRender
|
|
{
|
|
class InstanceMoveMode : public CSVWidget::ModeButton
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
|
|
InstanceMoveMode (QWidget *parent = 0);
|
|
};
|
|
}
|
|
|
|
#endif
|