1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-05 15:40:10 +00:00
OpenMW/apps/opencs/view/render/instancemovemode.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
300 B
C++
Raw Normal View History

2016-02-16 16:02:29 +01:00
#ifndef CSV_RENDER_INSTANCEMOVEMODE_H
#define CSV_RENDER_INSTANCEMOVEMODE_H
#include "../widget/modebutton.hpp"
namespace CSVRender
{
class InstanceMoveMode : public CSVWidget::ModeButton
{
Q_OBJECT
public:
2020-11-13 11:39:47 +04:00
InstanceMoveMode(QWidget* parent = nullptr);
2016-02-16 16:02:29 +01:00
};
}
#endif